Interface IItemBook

All Superinterfaces:
IItemStack

public interface IItemBook extends IItemStack
  • Method Details

    • getText

      String[] getText()
      Returns:
      If the item is a book, returns a string array with book pages
    • setText

      void setText(String[] pages)
      Set the text for multiple pages
    • getAuthor

      String getAuthor()
    • setAuthor

      void setAuthor(String author)
    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)