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_RETRIEVERprivate static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Optional<NamedScreenHandlerFactory>>ChestBlock. NAME_RETRIEVERMethods 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 classTrappedChestBlockEntityFields in net.minecraft.block.entity with type parameters of type ChestBlockEntity Modifier and Type Field Description static BlockEntityType<ChestBlockEntity>BlockEntityType. CHESTMethods in net.minecraft.block.entity with parameters of type ChestBlockEntity Modifier and Type Method Description static voidChestBlockEntity. clientTick(World world, BlockPos pos, BlockState state, ChestBlockEntity blockEntity)static voidChestBlockEntity. 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 ChestBlockEntityBuiltinModelItemRenderer. renderChestNormalprivate ChestBlockEntityBuiltinModelItemRenderer. renderChestTrapped