Uses of Interface
org.bukkit.inventory.meta.BookMeta
Package
Description
Classes involved in manipulating player inventories and item interactions.
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of BookMeta in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerEditBookEvent.getNewBookMeta()
Gets the book meta that the player is attempting to add to the book.PlayerEditBookEvent.getPreviousBookMeta()
Gets the book meta currently on the book.Modifier and TypeMethodDescriptionvoid
PlayerEditBookEvent.setNewBookMeta
(BookMeta newBookMeta) Sets the book meta that will actually be added to the book.ModifierConstructorDescriptionPlayerEditBookEvent
(Player who, int slot, BookMeta previousBookMeta, BookMeta newBookMeta, boolean isSigning) -
Uses of BookMeta in org.bukkit.inventory
Modifier and TypeFieldDescriptionstatic final ItemType.Typed
<BookMeta> ItemType.WRITABLE_BOOK
ItemMeta:BookMeta
static final ItemType.Typed
<BookMeta> ItemType.WRITTEN_BOOK
ItemMeta:BookMeta
-
Uses of BookMeta in org.bukkit.inventory.meta