public abstract class CreateItemGroupBase
extends net.minecraft.item.ItemGroup
| Constructor and Description |
|---|
CreateItemGroupBase(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlocks(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> items) |
void |
addItems(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> items,
boolean specialItems) |
void |
fillItemList(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> items) |
protected java.util.Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.block.Block>> |
getBlocks() |
protected java.util.Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.item.Item>> |
getItems() |
protected java.util.EnumSet<AllSections> |
getSections() |
canScroll, getBackgroundImage, getBackgroundSuffix, getColumn, getDisplayName, getEnchantmentCategories, getGroupCountSafe, getIconItem, getId, getLabelColor, getRecipeFolderName, getSearchbarWidth, getSlotColor, getTabPage, getTabsImage, hasEnchantmentCategory, hasSearchBar, hideScroll, hideTitle, isAlignedRight, isTopRow, makeIcon, setBackgroundImage, setBackgroundSuffix, setEnchantmentCategories, setRecipeFolderName, showTitlepublic void fillItemList(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> items)
fillItemList in class net.minecraft.item.ItemGrouppublic void addBlocks(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> items)
public void addItems(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> items,
boolean specialItems)
protected java.util.Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.block.Block>> getBlocks()
protected java.util.Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.item.Item>> getItems()
protected java.util.EnumSet<AllSections> getSections()