Uses of Class
net.minecraft.block.entity.ChestBlockEntity
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.entity | |
net.minecraft.client.render.item |
-
Uses of ChestBlockEntity in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ChestBlockEntity Modifier and Type Field Description private 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 ChestBlockEntity Modifier and Type Method Description static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Float2FloatFunction>
ChestBlock. getAnimationProgressRetriever(ChestAnimationProgress chestAnimationProgress)
abstract DoubleBlockProperties.PropertySource<? extends ChestBlockEntity>
AbstractChestBlock. getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)
DoubleBlockProperties.PropertySource<? extends ChestBlockEntity>
ChestBlock. getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)
DoubleBlockProperties.PropertySource<? extends ChestBlockEntity>
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 ChestBlockEntity Constructor Description ChestBlock(AbstractBlock.Settings settings, Supplier<BlockEntityType<? extends ChestBlockEntity>> entityTypeSupplier)
-
Uses of ChestBlockEntity in net.minecraft.block.entity
Subclasses of ChestBlockEntity in net.minecraft.block.entity Modifier and Type Class Description class
TrappedChestBlockEntity
Fields in net.minecraft.block.entity with type parameters of type ChestBlockEntity Modifier and Type Field Description static BlockEntityType<ChestBlockEntity>
BlockEntityType. CHEST
Methods in net.minecraft.block.entity with parameters of type ChestBlockEntity Modifier and Type Method Description static 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 ChestBlockEntity Modifier and Type Field Description private ChestBlockEntity
BuiltinModelItemRenderer. renderChestNormal
private ChestBlockEntity
BuiltinModelItemRenderer. renderChestTrapped