Uses of Class
net.minecraft.tileentity.ChestTileEntity
Package
Description
-
Uses of ChestTileEntity in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static final TileEntityMerger.ICallback<ChestTileEntity,
Optional<IInventory>> ChestBlock.CHEST_COMBINER
private static final TileEntityMerger.ICallback<ChestTileEntity,
Optional<INamedContainerProvider>> ChestBlock.MENU_PROVIDER_COMBINER
Modifier and TypeMethodDescriptionabstract TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>
AbstractChestBlock.combine
(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_) TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>
ChestBlock.combine
(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_) TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>
EnderChestBlock.combine
(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.opennessCombiner
(IChestLid p_226917_0_) ModifierConstructorDescriptionChestBlock
(AbstractBlock.Properties p_i225757_1_, Supplier<TileEntityType<? extends ChestTileEntity>> p_i225757_2_) -
Uses of ChestTileEntity in net.minecraft.client.renderer.tileentity
Modifier and TypeFieldDescriptionprivate final ChestTileEntity
ItemStackTileEntityRenderer.chest
private final ChestTileEntity
ItemStackTileEntityRenderer.trappedChest
-
Uses of ChestTileEntity in net.minecraft.tileentity
Modifier and TypeFieldDescriptionstatic final TileEntityType<ChestTileEntity>
TileEntityType.CHEST
Modifier and TypeMethodDescriptionstatic void
ChestTileEntity.swapContents
(ChestTileEntity p_199722_0_, ChestTileEntity p_199722_1_)