public class BookEntry extends java.lang.Object implements IBookEntry
| Modifier and Type | Method and Description |
|---|---|
BookContent[][] |
getContent() |
java.lang.String |
getName() |
IBookPageFactory |
getPageFactory() |
IBookEntry |
getParent()
The parent of the entry if this entry is a sub entry.
|
net.minecraft.item.ItemStack |
getStack() |
IBookEntry[] |
getSubEntries()
All sub entries of this entry are reachable over the buttons on the left side of the book.
|
java.lang.String |
getTitle() |
public BookContent[][] getContent()
getContent in interface IBookEntrypublic IBookPageFactory getPageFactory()
getPageFactory in interface IBookEntrypublic net.minecraft.item.ItemStack getStack()
getStack in interface IBookEntrypublic java.lang.String getTitle()
getTitle in interface IBookEntrypublic java.lang.String getName()
getName in interface IBookEntrypublic IBookEntry[] getSubEntries()
IBookEntrygetSubEntries in interface IBookEntry@Nullable public IBookEntry getParent()
IBookEntrygetParent in interface IBookEntry