Package | Description |
---|---|
buildcraft.builders.tile | |
buildcraft.lib | |
buildcraft.lib.chunkload |
Modifier and Type | Method and Description |
---|---|
IChunkLoadingTile.LoadType |
TileQuarry.getLoadType() |
Modifier and Type | Method and Description |
---|---|
boolean |
BCLibConfig.ChunkLoaderLevel.canLoad(IChunkLoadingTile.LoadType loadType) |
Modifier and Type | Method and Description |
---|---|
default IChunkLoadingTile.LoadType |
IChunkLoadingTile.getLoadType() |
static IChunkLoadingTile.LoadType |
IChunkLoadingTile.LoadType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChunkLoadingTile.LoadType[] |
IChunkLoadingTile.LoadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|