Class ExpandCreativeModeTab
java.lang.Object
com.blamejared.crafttweaker.natives.item.ExpandCreativeModeTab
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanScroll(net.minecraft.world.item.CreativeModeTab internal) static List<IItemStack>fillItemList(net.minecraft.world.item.CreativeModeTab internal) static StringgetBackgroundSuffix(net.minecraft.world.item.CreativeModeTab internal) static intgetColumn(net.minecraft.world.item.CreativeModeTab internal) static StringgetCommandString(net.minecraft.world.item.CreativeModeTab internal) static net.minecraft.network.chat.ComponentgetDisplayName(net.minecraft.world.item.CreativeModeTab internal) static net.minecraft.world.item.enchantment.EnchantmentCategory[]getEnchantmentCategories(net.minecraft.world.item.CreativeModeTab internal) static IItemStackgetIconItem(net.minecraft.world.item.CreativeModeTab internal) static intgetId(net.minecraft.world.item.CreativeModeTab internal) static StringgetRecipeFolderName(net.minecraft.world.item.CreativeModeTab internal) static booleanhasEnchantmentCategory(net.minecraft.world.item.CreativeModeTab internal, net.minecraft.world.item.enchantment.EnchantmentCategory category) static net.minecraft.world.item.CreativeModeTabhideScroll(net.minecraft.world.item.CreativeModeTab internal) static net.minecraft.world.item.CreativeModeTabhideTitle(net.minecraft.world.item.CreativeModeTab internal) static booleanisAlignedRight(net.minecraft.world.item.CreativeModeTab internal) static booleanisTopRow(net.minecraft.world.item.CreativeModeTab internal) static net.minecraft.world.item.CreativeModeTabsetBackgroundSuffix(net.minecraft.world.item.CreativeModeTab internal, String prefix) static net.minecraft.world.item.CreativeModeTabsetEnchantmentCategories(net.minecraft.world.item.CreativeModeTab internal, net.minecraft.world.item.enchantment.EnchantmentCategory... categories) static net.minecraft.world.item.CreativeModeTabsetRecipeFolderName(net.minecraft.world.item.CreativeModeTab internal, String recipeFolderName) static booleanshowTitle(net.minecraft.world.item.CreativeModeTab internal)
-
Constructor Details
-
ExpandCreativeModeTab
public ExpandCreativeModeTab()
-
-
Method Details
-
getId
public static int getId(net.minecraft.world.item.CreativeModeTab internal) -
getRecipeFolderName
-
getDisplayName
public static net.minecraft.network.chat.Component getDisplayName(net.minecraft.world.item.CreativeModeTab internal) -
getIconItem
-
getBackgroundSuffix
-
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
-
getCommandString
-