枚举的使用
org.bukkit.inventory.meta.BookMeta.Generation
-
org.bukkit.inventory.meta中BookMeta.Generation的使用
修饰符和类型方法说明BookMeta.getGeneration()
Gets the generation of the book.static BookMeta.Generation
返回带有指定名称的该类型的枚举常量。static BookMeta.Generation[]
BookMeta.Generation.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明void
BookMeta.setGeneration
(BookMeta.Generation generation) Sets the generation of the book.