Package net.darkhax.bookshelf.api.block.entity


package net.darkhax.bookshelf.api.block.entity
  • Classes
    Class
    Description
    InventoryBlockEntity<T extends net.minecraft.world.Container>
    An implementation of BlockEntity that holds an inventory.
    WorldlyInventoryBlockEntity<T extends net.minecraft.world.Container>
    An implementation of InventoryBlockEntity that allows the inventory to be externally accessed by stuff like hoppers.