Uses of Class
net.minecraft.block.entity.ChestBlockEntity
Packages that use ChestBlockEntity
-
Uses of ChestBlockEntity in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ChestBlockEntityModifier and TypeFieldDescriptionprivate static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Optional<Inventory>>
ChestBlock.INVENTORY_RETRIEVER
private static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Optional<NamedScreenHandlerFactory>>
ChestBlock.NAME_RETRIEVER
Methods in net.minecraft.block that return types with arguments of type ChestBlockEntityModifier 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()
Constructor parameters in net.minecraft.block with type arguments of type ChestBlockEntityModifierConstructorDescriptionprotected
ChestBlock(AbstractBlock.Settings settings, Supplier<BlockEntityType<? extends ChestBlockEntity>> entityTypeSupplier)
-
Uses of ChestBlockEntity in net.minecraft.block.entity
Subclasses of ChestBlockEntity in net.minecraft.block.entityFields in net.minecraft.block.entity with type parameters of type ChestBlockEntityMethods in net.minecraft.block.entity with parameters of type ChestBlockEntityModifier 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
Fields in net.minecraft.client.render.item declared as ChestBlockEntityModifier and TypeFieldDescriptionprivate ChestBlockEntity
BuiltinModelItemRenderer.renderChestNormal
private ChestBlockEntity
BuiltinModelItemRenderer.renderChestTrapped