| 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
Only works from MC 1.10
|
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 © 2017. All rights reserved.