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_CHEST
Methods in net.minecraft.block.entity with parameters of type EnderChestBlockEntity Modifier and Type Method Description static void
EnderChestBlockEntity. 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 EnderChestBlockEntity
BuiltinModelItemRenderer. renderChestEnder
-
Uses of EnderChestBlockEntity in net.minecraft.inventory
Fields in net.minecraft.inventory declared as EnderChestBlockEntity Modifier and Type Field Description private @Nullable EnderChestBlockEntity
EnderChestInventory. activeBlockEntity
Methods in net.minecraft.inventory with parameters of type EnderChestBlockEntity Modifier and Type Method Description boolean
EnderChestInventory. isActiveBlockEntity(EnderChestBlockEntity blockEntity)
void
EnderChestInventory. setActiveBlockEntity(EnderChestBlockEntity blockEntity)