dummy entity methods
This commit is contained in:
parent
fe793d48cb
commit
523b7b992a
4
level.py
4
level.py
@ -98,7 +98,9 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user