presentChunks is now allChunks
This commit is contained in:
parent
e7f222f0bf
commit
93466cc42a
@ -318,7 +318,7 @@ def unpack_first(func):
|
|||||||
class MCLevel(object):
|
class MCLevel(object):
|
||||||
""" MCLevel is an abstract class providing many routines to the different level types,
|
""" MCLevel is an abstract class providing many routines to the different level types,
|
||||||
including a common copyEntitiesFrom built on class-specific routines, and
|
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.
|
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.
|
Subclasses must also have Blocks, and optionally Data and BlockLight.
|
||||||
|
Reference in New Issue
Block a user