Uses of Class
net.minecraft.world.level.block.entity.ChestBlockEntity
Package
Description
-
Uses of ChestBlockEntity in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate final ChestBlockEntity
BlockEntityWithoutLevelRenderer.chest
private final ChestBlockEntity
BlockEntityWithoutLevelRenderer.trappedChest
-
Uses of ChestBlockEntity in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate static final DoubleBlockCombiner.Combiner<ChestBlockEntity,
Optional<Container>> ChestBlock.CHEST_COMBINER
private static final DoubleBlockCombiner.Combiner<ChestBlockEntity,
Optional<MenuProvider>> ChestBlock.MENU_PROVIDER_COMBINER
Modifier and TypeMethodDescriptionBlockEntityType<? extends ChestBlockEntity>
ChestBlock.blockEntityType()
abstract DoubleBlockCombiner.NeighborCombineResult<? extends ChestBlockEntity>
AbstractChestBlock.combine
(BlockState p_48679_, Level p_48680_, BlockPos p_48681_, boolean p_48682_) ChestBlock.combine
(BlockState p_51544_, Level p_51545_, BlockPos p_51546_, boolean p_51547_) EnderChestBlock.combine
(BlockState p_53149_, Level p_53150_, BlockPos p_53151_, boolean p_53152_) static DoubleBlockCombiner.Combiner<ChestBlockEntity,
it.unimi.dsi.fastutil.floats.Float2FloatFunction> ChestBlock.opennessCombiner
(LidBlockEntity p_51518_) ModifierConstructorDescriptionChestBlock
(BlockBehaviour.Properties p_51490_, Supplier<BlockEntityType<? extends ChestBlockEntity>> p_51491_) -
Uses of ChestBlockEntity in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType<ChestBlockEntity>
BlockEntityType.CHEST
Modifier and TypeMethodDescriptionstatic void
ChestBlockEntity.lidAnimateTick
(Level p_155344_, BlockPos p_155345_, BlockState p_155346_, ChestBlockEntity p_155347_) static void
ChestBlockEntity.swapContents
(ChestBlockEntity p_59104_, ChestBlockEntity p_59105_)