Uses of Class
net.minecraft.block.entity.EnderChestBlockEntity
Packages that use EnderChestBlockEntity
Package
Description
- 
Uses of EnderChestBlockEntity in net.minecraft.block.entityFields in net.minecraft.block.entity with type parameters of type EnderChestBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<EnderChestBlockEntity>BlockEntityType.ENDER_CHESTMethods in net.minecraft.block.entity with parameters of type EnderChestBlockEntityModifier and TypeMethodDescriptionstatic voidEnderChestBlockEntity.clientTick(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity) 
- 
Uses of EnderChestBlockEntity in net.minecraft.client.render.itemFields in net.minecraft.client.render.item declared as EnderChestBlockEntityModifier and TypeFieldDescriptionprivate final EnderChestBlockEntityBuiltinModelItemRenderer.renderChestEnder
- 
Uses of EnderChestBlockEntity in net.minecraft.inventoryFields in net.minecraft.inventory declared as EnderChestBlockEntityModifier and TypeFieldDescriptionprivate @Nullable EnderChestBlockEntityEnderChestInventory.activeBlockEntityMethods in net.minecraft.inventory with parameters of type EnderChestBlockEntityModifier and TypeMethodDescriptionbooleanEnderChestInventory.isActiveBlockEntity(EnderChestBlockEntity blockEntity) voidEnderChestInventory.setActiveBlockEntity(EnderChestBlockEntity blockEntity)