Uses of Class
net.minecraft.block.entity.ChestBlockEntity
-
Uses of ChestBlockEntity in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Optional<Inventory>>
ChestBlock.INVENTORY_RETRIEVER
private static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Optional<NamedScreenHandlerFactory>>
ChestBlock.NAME_RETRIEVER
Modifier and TypeMethodDescriptionChestBlock.getAnimationProgressRetriever(ChestAnimationProgress chestAnimationProgress)
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 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 ChestBlockEntity
BuiltinModelItemRenderer.renderChestNormal
private ChestBlockEntity
BuiltinModelItemRenderer.renderChestTrapped