Uses of Enum Class
org.bukkit.inventory.meta.BookMeta.Generation
Package
Description
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of BookMeta.Generation in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionBookMeta.getGeneration()
Gets the generation of the book.static BookMeta.Generation
Returns the enum constant of this class with the specified name.static BookMeta.Generation[]
BookMeta.Generation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BookMeta.setGeneration
(@Nullable BookMeta.Generation generation) Sets the generation of the book.