Class ExpandCreativeModeTab

java.lang.Object
com.blamejared.crafttweaker.natives.item.ExpandCreativeModeTab

@ZenRegister public class ExpandCreativeModeTab extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    canScroll(net.minecraft.world.item.CreativeModeTab internal)
     
    fillItemList(net.minecraft.world.item.CreativeModeTab internal)
     
    static String
    getBackgroundSuffix(net.minecraft.world.item.CreativeModeTab internal)
     
    static int
    getColumn(net.minecraft.world.item.CreativeModeTab internal)
     
    static String
    getCommandString(net.minecraft.world.item.CreativeModeTab internal)
     
    static net.minecraft.network.chat.Component
    getDisplayName(net.minecraft.world.item.CreativeModeTab internal)
     
    static net.minecraft.world.item.enchantment.EnchantmentCategory[]
    getEnchantmentCategories(net.minecraft.world.item.CreativeModeTab internal)
     
    static IItemStack
    getIconItem(net.minecraft.world.item.CreativeModeTab internal)
     
    static int
    getId(net.minecraft.world.item.CreativeModeTab internal)
     
    static String
    getRecipeFolderName(net.minecraft.world.item.CreativeModeTab internal)
     
    static boolean
    hasEnchantmentCategory(net.minecraft.world.item.CreativeModeTab internal, net.minecraft.world.item.enchantment.EnchantmentCategory category)
     
    static net.minecraft.world.item.CreativeModeTab
    hideScroll(net.minecraft.world.item.CreativeModeTab internal)
     
    static net.minecraft.world.item.CreativeModeTab
    hideTitle(net.minecraft.world.item.CreativeModeTab internal)
     
    static boolean
    isAlignedRight(net.minecraft.world.item.CreativeModeTab internal)
     
    static boolean
    isTopRow(net.minecraft.world.item.CreativeModeTab internal)
     
    static net.minecraft.world.item.CreativeModeTab
    setBackgroundSuffix(net.minecraft.world.item.CreativeModeTab internal, String prefix)
     
    static net.minecraft.world.item.CreativeModeTab
    setEnchantmentCategories(net.minecraft.world.item.CreativeModeTab internal, net.minecraft.world.item.enchantment.EnchantmentCategory... categories)
     
    static net.minecraft.world.item.CreativeModeTab
    setRecipeFolderName(net.minecraft.world.item.CreativeModeTab internal, String recipeFolderName)
     
    static boolean
    showTitle(net.minecraft.world.item.CreativeModeTab internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandCreativeModeTab

      public ExpandCreativeModeTab()
  • Method Details

    • getId

      public static int getId(net.minecraft.world.item.CreativeModeTab internal)
    • getRecipeFolderName

      public static String getRecipeFolderName(net.minecraft.world.item.CreativeModeTab internal)
    • getDisplayName

      public static net.minecraft.network.chat.Component getDisplayName(net.minecraft.world.item.CreativeModeTab internal)
    • getIconItem

      public static IItemStack getIconItem(net.minecraft.world.item.CreativeModeTab internal)
    • getBackgroundSuffix

      public static String getBackgroundSuffix(net.minecraft.world.item.CreativeModeTab internal)
    • setBackgroundSuffix

      public static net.minecraft.world.item.CreativeModeTab setBackgroundSuffix(net.minecraft.world.item.CreativeModeTab internal, String prefix)
    • setRecipeFolderName

      public static net.minecraft.world.item.CreativeModeTab setRecipeFolderName(net.minecraft.world.item.CreativeModeTab internal, String recipeFolderName)
    • showTitle

      public static boolean showTitle(net.minecraft.world.item.CreativeModeTab internal)
    • hideTitle

      public static net.minecraft.world.item.CreativeModeTab hideTitle(net.minecraft.world.item.CreativeModeTab internal)
    • canScroll

      public static boolean canScroll(net.minecraft.world.item.CreativeModeTab internal)
    • hideScroll

      public static net.minecraft.world.item.CreativeModeTab hideScroll(net.minecraft.world.item.CreativeModeTab internal)
    • getColumn

      public static int getColumn(net.minecraft.world.item.CreativeModeTab internal)
    • isTopRow

      public static boolean isTopRow(net.minecraft.world.item.CreativeModeTab internal)
    • isAlignedRight

      public static boolean isAlignedRight(net.minecraft.world.item.CreativeModeTab internal)
    • getEnchantmentCategories

      public static net.minecraft.world.item.enchantment.EnchantmentCategory[] getEnchantmentCategories(net.minecraft.world.item.CreativeModeTab internal)
    • setEnchantmentCategories

      public static net.minecraft.world.item.CreativeModeTab setEnchantmentCategories(net.minecraft.world.item.CreativeModeTab internal, net.minecraft.world.item.enchantment.EnchantmentCategory... categories)
    • hasEnchantmentCategory

      public static boolean hasEnchantmentCategory(net.minecraft.world.item.CreativeModeTab internal, net.minecraft.world.item.enchantment.EnchantmentCategory category)
    • fillItemList

      public static List<IItemStack> fillItemList(net.minecraft.world.item.CreativeModeTab internal)
    • getCommandString

      public static String getCommandString(net.minecraft.world.item.CreativeModeTab internal)