Uses of Class
net.minecraft.block.entity.ChestBlockEntity
-
Uses of ChestBlockEntity in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static final DoubleBlockProperties.PropertyRetriever
<ChestBlockEntity, Optional<Inventory>> ChestBlock.INVENTORY_RETRIEVER
private static final DoubleBlockProperties.PropertyRetriever
<ChestBlockEntity, Optional<NamedScreenHandlerFactory>> ChestBlock.NAME_RETRIEVER
Modifier and TypeMethodDescriptionChestBlock.getAnimationProgressRetriever
(LidOpenable progress) abstract DoubleBlockProperties.PropertySource
<? extends ChestBlockEntity> AbstractChestBlock.getBlockEntitySource
(BlockState state, World world, BlockPos pos, boolean ignoreBlocked) ChestBlock.getBlockEntitySource
(BlockState state, World world, BlockPos pos, boolean ignoreBlocked) EnderChestBlock.getBlockEntitySource
(BlockState state, World world, BlockPos pos, boolean ignoreBlocked) BlockEntityType
<? extends ChestBlockEntity> ChestBlock.getExpectedEntityType()
ModifierConstructorDescriptionprotected
ChestBlock
(AbstractBlock.Settings settings, Supplier<BlockEntityType<? extends ChestBlockEntity>> entityTypeSupplier) -
Uses of ChestBlockEntity in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType
<ChestBlockEntity> BlockEntityType.CHEST
Modifier and TypeMethodDescriptionstatic void
ChestBlockEntity.clientTick
(World world, BlockPos pos, BlockState state, ChestBlockEntity blockEntity) static void
ChestBlockEntity.copyInventory
(ChestBlockEntity from, ChestBlockEntity to) -
Uses of ChestBlockEntity in net.minecraft.client.render.item
Modifier and TypeFieldDescriptionprivate final ChestBlockEntity
BuiltinModelItemRenderer.renderChestNormal
private final ChestBlockEntity
BuiltinModelItemRenderer.renderChestTrapped