Package | Description |
---|---|
org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks . |
Modifier and Type | Method | Description |
---|---|---|
BookMeta.Generation |
BookMeta.getGeneration() |
Gets the generation of the book.
|
static BookMeta.Generation |
BookMeta.Generation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BookMeta.Generation[] |
BookMeta.Generation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BookMeta.setGeneration(BookMeta.Generation generation) |
Sets the generation of the book.
|
Copyright © 2019. All rights reserved.