public class ProductsTab extends DatabaseTab
| Constructor and Description |
|---|
ProductsTab(java.util.function.Supplier<net.minecraft.item.ItemStack> stackSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
createElements(IDatabaseElement container,
IIndividual individual,
net.minecraft.item.ItemStack itemStack)
Creates the gui elements that are displayed if this tab is selected in the database.
|
getIconStack, getTooltipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModepublic ProductsTab(java.util.function.Supplier<net.minecraft.item.ItemStack> stackSupplier)
public void createElements(IDatabaseElement container, IIndividual individual, net.minecraft.item.ItemStack itemStack)
IDatabaseTabcontainer - A helper to create the gui elements.individual - The individual that is currently in the database selected.