dummy entity methods

This commit is contained in:
David Vierra 2011-09-16 11:26:36 -10:00
parent fe793d48cb
commit 523b7b992a

View File

@ -98,6 +98,8 @@ class MCLevel(object):
def getEntitiesInBox(self, box): return []
def getTileEntitiesInBox(self, box): return []
def copyEntitiesFromIter(self, *args, **kw): yield;
def removeEntitiesInBox(self, box): pass
def removeTileEntitiesInBox(self, box): pass
# --- Chunked Format Emulation ---
def compressChunk(self, cx, cz): pass