Uses of Class
net.minecraft.block.entity.EnderChestBlockEntity
Packages that use EnderChestBlockEntity
Package
Description
-
Uses of EnderChestBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type EnderChestBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<EnderChestBlockEntity>
BlockEntityType.ENDER_CHEST
Methods in net.minecraft.block.entity with parameters of type EnderChestBlockEntityModifier and TypeMethodDescriptionstatic 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 EnderChestBlockEntityModifier and TypeFieldDescriptionprivate final EnderChestBlockEntity
BuiltinModelItemRenderer.renderChestEnder
-
Uses of EnderChestBlockEntity in net.minecraft.inventory
Fields in net.minecraft.inventory declared as EnderChestBlockEntityModifier and TypeFieldDescriptionprivate @Nullable EnderChestBlockEntity
EnderChestInventory.activeBlockEntity
Methods in net.minecraft.inventory with parameters of type EnderChestBlockEntityModifier and TypeMethodDescriptionboolean
EnderChestInventory.isActiveBlockEntity
(EnderChestBlockEntity blockEntity) Returns whether this inventory is being accessed fromblockEntity
.void
EnderChestInventory.setActiveBlockEntity
(EnderChestBlockEntity blockEntity) Sets the block entity the player is using to access the inventory toblockEntity
.