Class PalettesItemGroup
java.lang.Object
net.minecraft.world.item.CreativeModeTab
com.simibubi.create.foundation.item.CreateItemGroupBase
com.simibubi.create.content.palettes.PalettesItemGroup
-
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 TypeMethodDescriptionvoidaddItems(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items, boolean specialItems) protected EnumSet<AllSections>net.minecraft.world.item.ItemStackmakeIcon()Methods inherited from class com.simibubi.create.foundation.item.CreateItemGroupBase
addBlocks, fillItemList, getBlocks, getItemsMethods 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, setBackgroundImage, setBackgroundSuffix, setEnchantmentCategories, setRecipeFolderName, showTitle
-
Constructor Details
-
PalettesItemGroup
public PalettesItemGroup()
-
-
Method Details
-
getSections
- Overrides:
getSectionsin classCreateItemGroupBase
-
addItems
public void addItems(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items, boolean specialItems) - Overrides:
addItemsin classCreateItemGroupBase
-
makeIcon
public net.minecraft.world.item.ItemStack makeIcon()- Specified by:
makeIconin classnet.minecraft.world.item.CreativeModeTab
-