Uses of Class
net.minecraft.block.entity.EnderChestBlockEntity
Package
Description
-
Uses of EnderChestBlockEntity in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic BlockEntityType<EnderChestBlockEntity>
BlockEntityType.ENDER_CHEST
Modifier and TypeMethodDescriptionstatic void
EnderChestBlockEntity.clientTick(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity)
-
Uses of EnderChestBlockEntity in net.minecraft.client.render.item
Modifier and TypeFieldDescriptionprivate EnderChestBlockEntity
BuiltinModelItemRenderer.renderChestEnder
-
Uses of EnderChestBlockEntity in net.minecraft.inventory
Modifier and TypeFieldDescriptionprivate @Nullable EnderChestBlockEntity
EnderChestInventory.activeBlockEntity
Modifier and TypeMethodDescriptionboolean
EnderChestInventory.isActiveBlockEntity(EnderChestBlockEntity blockEntity)
void
EnderChestInventory.setActiveBlockEntity(EnderChestBlockEntity blockEntity)