| Package | Description |
|---|---|
| xyz.upperlevel.spigot.book |
| Modifier and Type | Method and Description |
|---|---|
BookUtil.BookBuilder |
BookUtil.BookBuilder.author(String author)
Sets the author of the book
|
BookUtil.BookBuilder |
BookUtil.BookBuilder.generation(org.bukkit.inventory.meta.BookMeta.Generation generation)
Sets the generation of the book.
|
BookUtil.BookBuilder |
BookUtil.BookBuilder.pages(net.md_5.bungee.api.chat.BaseComponent[]... pages)
Sets the pages of the book
|
BookUtil.BookBuilder |
BookUtil.BookBuilder.pages(List<net.md_5.bungee.api.chat.BaseComponent[]> pages)
Sets the pages of the book
|
BookUtil.BookBuilder |
BookUtil.BookBuilder.pagesRaw(List<String> pages)
Sets the pages of the book without worrying about json or interactivity
|
BookUtil.BookBuilder |
BookUtil.BookBuilder.pagesRaw(String... pages)
Sets the pages of the book without worrying about json or interactivity
|
BookUtil.BookBuilder |
BookUtil.BookBuilder.title(String title)
Sets the title of the book.
|
static BookUtil.BookBuilder |
BookUtil.writtenBook()
Creates a BookBuilder instance with a written book as the Itemstack's type
|
Copyright © 2021. All rights reserved.