presentChunks is now allChunks

This commit is contained in:
David Vierra 2010-11-26 03:25:36 -10:00
parent e7f222f0bf
commit 93466cc42a

View File

@ -318,7 +318,7 @@ def unpack_first(func):
class MCLevel(object):
""" MCLevel is an abstract class providing many routines to the different level types,
including a common copyEntitiesFrom built on class-specific routines, and
a dummy getChunk/getPresentChunks for the finite levels.
a dummy getChunk/allChunks for the finite levels.
MCLevel subclasses must have Width, Length, and Height attributes. The first two are always zero for infinite levels.
Subclasses must also have Blocks, and optionally Data and BlockLight.