Class CreateItemGroupBase
java.lang.Object
net.minecraft.world.item.CreativeModeTab
com.simibubi.create.foundation.item.CreateItemGroupBase
- Direct Known Subclasses:
CreateItemGroup,PalettesItemGroup
public abstract class CreateItemGroupBase
extends net.minecraft.world.item.CreativeModeTab
-
Field Summary
Fields inherited from class net.minecraft.world.item.CreativeModeTab
TAB_BREWING, TAB_BUILDING_BLOCKS, TAB_COMBAT, TAB_DECORATIONS, TAB_FOOD, TAB_HOTBAR, TAB_INVENTORY, TAB_MATERIALS, TAB_MISC, TAB_REDSTONE, TAB_SEARCH, TAB_TOOLS, TAB_TRANSPORTATION, TABS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlocks(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items) voidaddItems(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items, boolean specialItems) voidfillItemList(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items) protected Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.block.Block>>protected Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.item.Item>>getItems()protected EnumSet<AllSections>Methods inherited from class net.minecraft.world.item.CreativeModeTab
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, showTitle
-
Constructor Details
-
CreateItemGroupBase
-
-
Method Details
-
fillItemList
public void fillItemList(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items) - Overrides:
fillItemListin classnet.minecraft.world.item.CreativeModeTab
-
addBlocks
public void addBlocks(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items) -
addItems
public void addItems(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items, boolean specialItems) -
getBlocks
protected Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.level.block.Block>> getBlocks() -
getItems
protected Collection<com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.world.item.Item>> getItems() -
getSections
-