Interface ChiseledBookshelfInventory

All Superinterfaces:
Inventory, Iterable<ItemStack>

public interface ChiseledBookshelfInventory extends Inventory
Interface to the inventory of a chiseled bookshelf.
  • Method Details

    • getHolder

      @Nullable ChiseledBookshelf getHolder()
      Description copied from interface: Inventory
      Gets the block or entity belonging to the open inventory
      Specified by:
      getHolder in interface Inventory
      Returns:
      The holder of the inventory; null if it has no holder.