Package org.bukkit.inventory.meta
Interface BookMeta.BookMetaBuilder
- All Superinterfaces:
- AbstractBuilder<Book>,- Book.Builder,- Buildable.Builder<Book>
- Enclosing interface:
- BookMeta
- 
Method SummaryModifier and TypeMethodDescriptionAdd a page to the book.Set the author.build()Builds.pages(@NotNull Collection<Component> pages) Add pages to the book.Add pages to the book.Set the title.
- 
Method Details- 
titleDescription copied from interface:net.kyori.adventure.inventory.Book.BuilderSet the title.- Specified by:
- titlein interface- Book.Builder
- Parameters:
- title- the title
- Returns:
- this
 
- 
authorDescription copied from interface:net.kyori.adventure.inventory.Book.BuilderSet the author.- Specified by:
- authorin interface- Book.Builder
- Parameters:
- author- the author
- Returns:
- this
 
- 
addPageDescription copied from interface:net.kyori.adventure.inventory.Book.BuilderAdd a page to the book.Each page's length will be limited by the size of the client's book viewer. Any text that does not fit will be truncated clientside. - Specified by:
- addPagein interface- Book.Builder
- Parameters:
- page- the page
- Returns:
- this
 
- 
pagesDescription copied from interface:net.kyori.adventure.inventory.Book.BuilderAdd pages to the book.- Specified by:
- pagesin interface- Book.Builder
- Parameters:
- pages- pages to add
- Returns:
- this
- See Also:
 
- 
pagesDescription copied from interface:net.kyori.adventure.inventory.Book.BuilderAdd pages to the book.- Specified by:
- pagesin interface- Book.Builder
- Parameters:
- pages- pages to add
- Returns:
- this
- See Also:
 
- 
buildDescription copied from interface:net.kyori.adventure.inventory.Book.BuilderBuilds.- Specified by:
- buildin interface- AbstractBuilder<Book>
- Specified by:
- buildin interface- Book.Builder
- Specified by:
- buildin interface- Buildable.Builder<Book>
- Returns:
- a new book
 
 
-