218219220221222223224225226227228
int x = (int)e.getX(); int z = (int)e.getZ(); Chunk chunk = manager.getChunk(x >> 4, z >> 4); if(chunk == null) return false; return chunk.removeEntity(e); } public boolean removeTileEntity(TileEntity e) { int x = e.getX();