public class CreativeTabs extends Object
Modifier and Type | Field and Description |
---|---|
static CreativeTabs[] |
creativeTabArray |
static CreativeTabs |
tabAllSearch |
static CreativeTabs |
tabBlock |
static CreativeTabs |
tabBrewing |
static CreativeTabs |
tabCombat |
static CreativeTabs |
tabDecorations |
static CreativeTabs |
tabFood |
static CreativeTabs |
tabInventory |
static CreativeTabs |
tabMaterials |
static CreativeTabs |
tabMisc |
static CreativeTabs |
tabRedstone |
static CreativeTabs |
tabTools |
static CreativeTabs |
tabTransport |
Constructor and Description |
---|
CreativeTabs(int par1,
String par2Str) |
CreativeTabs(String label) |
Modifier and Type | Method and Description |
---|---|
void |
addEnchantmentBooksToList(List par1List,
EnumEnchantmentType... par2ArrayOfEnumEnchantmentType) |
void |
displayAllReleventItems(List par1List) |
boolean |
drawInForegroundOfTab() |
EnumEnchantmentType[] |
func_111225_m() |
boolean |
func_111226_a(EnumEnchantmentType par1EnumEnchantmentType) |
CreativeTabs |
func_111229_a(EnumEnchantmentType... par1ArrayOfEnumEnchantmentType) |
String |
getBackgroundImageName() |
ItemStack |
getIconItemStack()
Get the ItemStack that will be rendered to the tab.
|
static int |
getNextID() |
int |
getTabColumn() |
Item |
getTabIconItem() |
int |
getTabIconItemIndex() |
int |
getTabIndex() |
String |
getTabLabel() |
int |
getTabPage() |
String |
getTranslatedTabLabel() |
boolean |
hasSearchBar()
Determines if the search bar should be shown for this tab.
|
boolean |
isTabInFirstRow() |
CreativeTabs |
setBackgroundImageName(String par1Str) |
CreativeTabs |
setNoScrollbar() |
CreativeTabs |
setNoTitle() |
boolean |
shouldHidePlayerInventory() |
public static CreativeTabs[] creativeTabArray
public static final CreativeTabs tabBlock
public static final CreativeTabs tabDecorations
public static final CreativeTabs tabRedstone
public static final CreativeTabs tabTransport
public static final CreativeTabs tabMisc
public static final CreativeTabs tabAllSearch
public static final CreativeTabs tabFood
public static final CreativeTabs tabTools
public static final CreativeTabs tabCombat
public static final CreativeTabs tabBrewing
public static final CreativeTabs tabMaterials
public static final CreativeTabs tabInventory
public CreativeTabs(String label)
public CreativeTabs(int par1, String par2Str)
public int getTabIndex()
public CreativeTabs setBackgroundImageName(String par1Str)
public String getTabLabel()
public String getTranslatedTabLabel()
public Item getTabIconItem()
public int getTabIconItemIndex()
public String getBackgroundImageName()
public boolean drawInForegroundOfTab()
public CreativeTabs setNoTitle()
public boolean shouldHidePlayerInventory()
public CreativeTabs setNoScrollbar()
public int getTabColumn()
public boolean isTabInFirstRow()
public EnumEnchantmentType[] func_111225_m()
public CreativeTabs func_111229_a(EnumEnchantmentType... par1ArrayOfEnumEnchantmentType)
public boolean func_111226_a(EnumEnchantmentType par1EnumEnchantmentType)
public void displayAllReleventItems(List par1List)
public void addEnchantmentBooksToList(List par1List, EnumEnchantmentType... par2ArrayOfEnumEnchantmentType)
public int getTabPage()
public static int getNextID()
public ItemStack getIconItemStack()
public boolean hasSearchBar()