Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.client.renderer.tileentity | |
net.minecraft.tileentity |
Modifier and Type | Field and Description |
---|---|
private static TileEntityMerger.ICallback<ChestTileEntity,java.util.Optional<IInventory>> |
ChestBlock.field_220109_i |
private static TileEntityMerger.ICallback<ChestTileEntity,java.util.Optional<INamedContainerProvider>> |
ChestBlock.field_220110_j |
Modifier and Type | Method and Description |
---|---|
abstract TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity> |
AbstractChestBlock.func_225536_a_(BlockState p_225536_1_,
World p_225536_2_,
BlockPos p_225536_3_,
boolean p_225536_4_) |
TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity> |
EnderChestBlock.func_225536_a_(BlockState p_225536_1_,
World p_225536_2_,
BlockPos p_225536_3_,
boolean p_225536_4_) |
TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity> |
ChestBlock.func_225536_a_(BlockState p_225536_1_,
World p_225536_2_,
BlockPos p_225536_3_,
boolean p_225536_4_) |
static TileEntityMerger.ICallback<ChestTileEntity,it.unimi.dsi.fastutil.floats.Float2FloatFunction> |
ChestBlock.func_226917_a_(IChestLid p_226917_0_) |
Constructor and Description |
---|
ChestBlock(Block.Properties builder,
java.util.function.Supplier<TileEntityType<? extends ChestTileEntity>> tileEntityTypeIn) |
Modifier and Type | Field and Description |
---|---|
private ChestTileEntity |
ItemStackTileEntityRenderer.chestBasic |
private ChestTileEntity |
ItemStackTileEntityRenderer.chestTrap |
Modifier and Type | Class and Description |
---|---|
class |
TrappedChestTileEntity |
Modifier and Type | Field and Description |
---|---|
static TileEntityType<ChestTileEntity> |
TileEntityType.CHEST |
Modifier and Type | Method and Description |
---|---|
static void |
ChestTileEntity.swapContents(ChestTileEntity chest,
ChestTileEntity otherChest) |