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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBlocks(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items)
     
    void
    addItems(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items, boolean specialItems)
     
    void
    fillItemList(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>>
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateItemGroupBase

      public CreateItemGroupBase(String id)
  • Method Details

    • fillItemList

      public void fillItemList(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> items)
      Overrides:
      fillItemList in class net.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

      protected EnumSet<AllSections> getSections()