Uses of Class
net.minecraft.world.level.block.entity.ChestBlockEntity
Packages that use ChestBlockEntity
Package
Description
-
Uses of ChestBlockEntity in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ChestBlockEntityModifier and TypeFieldDescriptionprivate final ChestBlockEntity
BlockEntityWithoutLevelRenderer.chest
private final ChestBlockEntity
BlockEntityWithoutLevelRenderer.trappedChest
-
Uses of ChestBlockEntity in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type ChestBlockEntityModifier and TypeFieldDescriptionprivate static final DoubleBlockCombiner.Combiner
<ChestBlockEntity, Optional<Container>> ChestBlock.CHEST_COMBINER
private static final DoubleBlockCombiner.Combiner
<ChestBlockEntity, Optional<MenuProvider>> ChestBlock.MENU_PROVIDER_COMBINER
Methods in net.minecraft.world.level.block that return types with arguments of type ChestBlockEntityModifier and TypeMethodDescriptionBlockEntityType
<? extends ChestBlockEntity> ChestBlock.blockEntityType()
abstract DoubleBlockCombiner.NeighborCombineResult
<? extends ChestBlockEntity> AbstractChestBlock.combine
(BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) ChestBlock.combine
(BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) EnderChestBlock.combine
(BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) static DoubleBlockCombiner.Combiner
<ChestBlockEntity, it.unimi.dsi.fastutil.floats.Float2FloatFunction> ChestBlock.opennessCombiner
(LidBlockEntity pLid) Constructor parameters in net.minecraft.world.level.block with type arguments of type ChestBlockEntityModifierConstructorDescriptionChestBlock
(BlockBehaviour.Properties pProperties, Supplier<BlockEntityType<? extends ChestBlockEntity>> pBlockEntityType) -
Uses of ChestBlockEntity in net.minecraft.world.level.block.entity
Subclasses of ChestBlockEntity in net.minecraft.world.level.block.entityFields in net.minecraft.world.level.block.entity with type parameters of type ChestBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<ChestBlockEntity> BlockEntityType.CHEST
Methods in net.minecraft.world.level.block.entity with parameters of type ChestBlockEntityModifier and TypeMethodDescriptionstatic void
ChestBlockEntity.lidAnimateTick
(Level pLevel, BlockPos pPos, BlockState pState, ChestBlockEntity pBlockEntity) static void
ChestBlockEntity.swapContents
(ChestBlockEntity pChest, ChestBlockEntity pOtherChest)