Package | Description |
---|---|
buildcraft.builders.tile | |
buildcraft.lib.chunkload |
Modifier and Type | Class and Description |
---|---|
class |
TileQuarry |
Modifier and Type | Method and Description |
---|---|
static <T extends net.minecraft.tileentity.TileEntity & IChunkLoadingTile> |
ChunkLoaderManager.getChunksToLoad(T tile) |
static <T extends net.minecraft.tileentity.TileEntity & IChunkLoadingTile> |
ChunkLoaderManager.loadChunksForTile(T tile)
This should be called in
TileEntity.validate() , if a tile entity might be able to load. |
static <T extends net.minecraft.tileentity.TileEntity & IChunkLoadingTile> |
ChunkLoaderManager.releaseChunksFor(T tile) |