Uses of Interface
net.kyori.adventure.inventory.Book
Packages that use Book
Package
Description
A receiver of Minecraft media.
Content that works on inventory items.
-
Uses of Book in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type Book -
Uses of Book in net.kyori.adventure.inventory
Subinterfaces with type arguments of type Book in net.kyori.adventure.inventoryMethods in net.kyori.adventure.inventory that return BookModifier and TypeMethodDescriptionBookLike.asBook()Gets aBookrepresentation of this object.Changes the book's author.static BookBook.book(Collection<Component> pages) Creates a book with title and author set toComponent.empty().static BookCreates a book with title and author set toComponent.empty().static BookBook.book(Component title, Component author, Collection<Component> pages) Creates a book.static BookCreates a book.Returns an updated book with the provided pages.default BookReturns an updated book with the provided pages.Changes the book's title.