public interface IBookEntry
IForesterBook.
Forestry crates them with the help of json file, but you can add you own custom ones with
IBookCategory.addEntry(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() |
net.minecraft.item.ItemStack getStack()
java.lang.String getName()
IBookPageFactory getPageFactory()
IBookEntry[] getSubEntries()
@Nullable IBookEntry getParent()
java.lang.String getTitle()
BookContent[][] getContent()