Interface IBookletChapter


public interface IBookletChapter
  • Method Details

    • getAllPages

      IBookletPage[] getAllPages()
    • getLocalizedName

      String getLocalizedName()
    • getLocalizedNameWithFormatting

      String getLocalizedNameWithFormatting()
    • getEntry

      IBookletEntry getEntry()
    • getDisplayItemStack

      net.minecraft.world.item.ItemStack getDisplayItemStack()
    • getIdentifier

      String getIdentifier()
    • getPageIndex

      int getPageIndex(IBookletPage page)
    • getSortingPriority

      int getSortingPriority()