Uses of Interface
net.kyori.adventure.inventory.Book.Builder
Packages that use Book.Builder
Package
Description
A receiver of Minecraft media.
Content that works on inventory items.
-
Uses of Book.Builder in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type Book.BuilderModifier and TypeMethodDescriptiondefault voidAudience.openBook(Book.Builder book) Opens a book. -
Uses of Book.Builder in net.kyori.adventure.inventory
Subinterfaces with type arguments of type Book.Builder in net.kyori.adventure.inventoryMethods in net.kyori.adventure.inventory that return Book.BuilderModifier and TypeMethodDescriptionAdd a page to the book.Set the author.static Book.BuilderBook.builder()Create a new builder that will create aBook.Book.Builder.pages(Collection<Component> pages) Add pages to the book.Add pages to the book.Set the title.