Class UCreativeModeTab

java.lang.Object
net.minecraft.world.item.CreativeModeTab
info.u_team.u_team_core.creativetab.UCreativeModeTab

public class UCreativeModeTab 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
    UCreativeModeTab(String modid, String name, Supplier<? extends net.minecraft.world.level.ItemLike> provider)
     
    UCreativeModeTab(net.minecraft.resources.ResourceLocation location, Supplier<? extends net.minecraft.world.level.ItemLike> provider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
     

    Methods inherited from class net.minecraft.world.item.CreativeModeTab

    canScroll, fillItemList, 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

    Methods inherited from class java.lang.Object

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

    • UCreativeModeTab

      public UCreativeModeTab(net.minecraft.resources.ResourceLocation location, Supplier<? extends net.minecraft.world.level.ItemLike> provider)
    • UCreativeModeTab

      public UCreativeModeTab(String modid, String name, Supplier<? extends net.minecraft.world.level.ItemLike> provider)
  • Method Details

    • makeIcon

      public net.minecraft.world.item.ItemStack makeIcon()
      Specified by:
      makeIcon in class net.minecraft.world.item.CreativeModeTab