public class TreeDatabaseTab extends java.lang.Object implements IDatabaseTab<ITree>
| Modifier and Type | Method and Description |
|---|---|
void |
createElements(IDatabaseElement container,
ITree tree,
net.minecraft.item.ItemStack itemStack)
Creates the gui elements that are displayed if this tab is selected in the database.
|
net.minecraft.item.ItemStack |
getIconStack() |
DatabaseMode |
getMode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTooltippublic DatabaseMode getMode()
getMode in interface IDatabaseTab<ITree>public void createElements(IDatabaseElement container, ITree tree, net.minecraft.item.ItemStack itemStack)
IDatabaseTabcreateElements in interface IDatabaseTab<ITree>container - A helper to create the gui elements.tree - The individual that is currently in the database selected.public net.minecraft.item.ItemStack getIconStack()
getIconStack in interface IDatabaseTab<ITree>