| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BookMeta | |
|---|---|
| org.bukkit.event.player | Events relating to players.  | 
| org.bukkit.inventory.meta | The interfaces used when manipulating extra data can can be stored inside
 item stacks.  | 
| Uses of BookMeta in org.bukkit.event.player | 
|---|
| Methods in org.bukkit.event.player that return BookMeta | |
|---|---|
 BookMeta | 
PlayerEditBookEvent.getNewBookMeta()
Gets the book meta that the player is attempting to add to the book.  | 
 BookMeta | 
PlayerEditBookEvent.getPreviousBookMeta()
Gets the book meta currently on the book.  | 
| Methods in org.bukkit.event.player with parameters of type BookMeta | |
|---|---|
 void | 
PlayerEditBookEvent.setNewBookMeta(BookMeta newBookMeta)
Sets the book meta that will actually be added to the book.  | 
| Constructors in org.bukkit.event.player with parameters of type BookMeta | |
|---|---|
PlayerEditBookEvent(Player who,
                                       int slot,
                                       BookMeta previousBookMeta,
                                       BookMeta newBookMeta,
                                       boolean isSigning)
 | 
|
| Uses of BookMeta in org.bukkit.inventory.meta | 
|---|
| Methods in org.bukkit.inventory.meta that return BookMeta | |
|---|---|
 BookMeta | 
BookMeta.clone()
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||