Uses of Class
net.minecraft.block.entity.EnderChestBlockEntity
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.render.item | |
| net.minecraft.inventory |
-
Uses of EnderChestBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type EnderChestBlockEntity Modifier and Type Field Description static BlockEntityType<EnderChestBlockEntity>BlockEntityType. ENDER_CHESTMethods in net.minecraft.block.entity with parameters of type EnderChestBlockEntity Modifier and Type Method Description static voidEnderChestBlockEntity. clientTick(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity) -
Uses of EnderChestBlockEntity in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as EnderChestBlockEntity Modifier and Type Field Description private EnderChestBlockEntityBuiltinModelItemRenderer. renderChestEnder -
Uses of EnderChestBlockEntity in net.minecraft.inventory
Fields in net.minecraft.inventory declared as EnderChestBlockEntity Modifier and Type Field Description private @Nullable EnderChestBlockEntityEnderChestInventory. activeBlockEntityMethods in net.minecraft.inventory with parameters of type EnderChestBlockEntity Modifier and Type Method Description booleanEnderChestInventory. isActiveBlockEntity(EnderChestBlockEntity blockEntity)voidEnderChestInventory. setActiveBlockEntity(EnderChestBlockEntity blockEntity)