Uses of Class
net.minecraft.block.entity.EnderChestBlockEntity
Packages that use EnderChestBlockEntity
-
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_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.inventory
Fields 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) Returns whether this inventory is being accessed fromblockEntity.voidEnderChestInventory.setActiveBlockEntity(EnderChestBlockEntity blockEntity) Sets the block entity the player is using to access the inventory toblockEntity.