Package | Description |
---|---|
net.minecraft.client.renderer.chunk | |
net.minecraft.world.chunk |
Modifier and Type | Method and Description |
---|---|
TileEntity |
ChunkRenderCache.getTileEntity(BlockPos pos,
Chunk.CreateEntityType creationType) |
Modifier and Type | Method and Description |
---|---|
static Chunk.CreateEntityType |
Chunk.CreateEntityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Chunk.CreateEntityType[] |
Chunk.CreateEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TileEntity |
EmptyChunk.getTileEntity(BlockPos pos,
Chunk.CreateEntityType creationMode) |
TileEntity |
Chunk.getTileEntity(BlockPos pos,
Chunk.CreateEntityType creationMode) |