dummy entity methods
This commit is contained in:
parent
fe793d48cb
commit
523b7b992a
2
level.py
2
level.py
@ -98,6 +98,8 @@ class MCLevel(object):
|
|||||||
def getEntitiesInBox(self, box): return []
|
def getEntitiesInBox(self, box): return []
|
||||||
def getTileEntitiesInBox(self, box): return []
|
def getTileEntitiesInBox(self, box): return []
|
||||||
def copyEntitiesFromIter(self, *args, **kw): yield;
|
def copyEntitiesFromIter(self, *args, **kw): yield;
|
||||||
|
def removeEntitiesInBox(self, box): pass
|
||||||
|
def removeTileEntitiesInBox(self, box): pass
|
||||||
|
|
||||||
# --- Chunked Format Emulation ---
|
# --- Chunked Format Emulation ---
|
||||||
def compressChunk(self, cx, cz): pass
|
def compressChunk(self, cx, cz): pass
|
||||||
|
Reference in New Issue
Block a user