net.minecraft.item

public abstract class CreativeModeTab

acq
net.minecraft.class_1041
net.minecraft.item.CreativeModeTab
net.minecraft.creativetab.CreativeTabs

Field summary

Modifier and TypeField
public static final CreativeModeTab[]
a
field_4173
ALL
CREATIVE_TAB_ARRAY
public static final CreativeModeTab
b
field_4174
BUILDING_BLOCKS
BUILDING_BLOCKS
public static final CreativeModeTab
c
field_4175
DECORATIONS
DECORATIONS
public static final CreativeModeTab
d
field_4176
REDSTONE
REDSTONE
public static final CreativeModeTab
e
field_4177
TRANSPORTATION
TRANSPORTATION
public static final CreativeModeTab
f
field_4178
MISC
MISC
public static final CreativeModeTab
g
field_4179
SEARCH
SEARCH
public static final CreativeModeTab
h
field_4180
FOOD
FOOD
public static final CreativeModeTab
i
field_4181
TOOLS
TOOLS
public static final CreativeModeTab
j
field_4182
COMBAT
COMBAT
public static final CreativeModeTab
k
field_4183
BREWING
BREWING
public static final CreativeModeTab
l
field_4184
MATERIALS
MATERIALS
public static final CreativeModeTab
m
field_4185
INVENTORY
INVENTORY
private final int
n
field_4186
id
tabIndex
private final String
o
field_4187
name
tabLabel
private String
p
field_4188
texture
theTexture
private boolean
q
field_4189
scrollbar
hasScrollbar
private boolean
r
field_4190
tooltips
drawTitle
private EnchantmentCategory[]
s
field_6939
categories
enchantmentTypes
private ItemStack
t
field_6955
item
iconItemStack

Constructor summary

ModifierConstructor
public (int id, String name)

Method summary

Modifier and TypeMethod
public CreativeModeTab
a(String arg0)
method_3316(String arg0)
setTexture(String texture)
setBackgroundImageName(String texture)
public CreativeModeTab
i()
method_3324()
hideTooltips()
setNoTitle()
public CreativeModeTab
k()
method_3326()
hideScrollbar()
setNoScrollbar()
public CreativeModeTab
a(agn... arg0)
method_6322(class_1128... arg0)
setEnchantmentCategories(EnchantmentCategory... categories)
setRelevantEnchantmentTypes(EnumEnchantmentType... types)
public int
a()
method_3315()
getId()
getTabIndex()
public String
b()
method_3318()
getName()
getTabLabel()
public String
c()
method_3319()
getDisplayName()
getTranslatedTabLabel()
public ItemStack
d()
method_6342()
getIcon()
getIconItemStack()
public abstract Item
e()
method_6343()
getIconItem()
getTabIconItem()
public int
f()
method_3321()
getIconMetadata()
getIconItemDamage()
public String
g()
method_3322()
getTexture()
getBackgroundImageName()
public boolean
h()
method_3323()
hasTooltips()
drawInForegroundOfTab()
public boolean
j()
method_3325()
hasScrollbar()
shouldHidePlayerInventory()
public int
l()
method_3327()
getColumn()
getTabColumn()
public boolean
m()
method_3328()
isTopRow()
isTabInFirstRow()
public EnchantmentCategory[]
n()
method_6323()
getEnchantmentCategories()
getRelevantEnchantmentTypes()
public boolean
a(agn arg0)
method_6321(class_1128 arg0)
hasEnchantmentCategory(EnchantmentCategory category)
hasRelevantEnchantmentType(EnumEnchantmentType enchantmentType)
public void
a(List<adq> arg0)
method_3317(List<class_1071> arg0)
addItems(List<ItemStack> inventory)
displayAllRelevantItems(List<ItemStack> arg0)
public void
a(List<adq> arg0, agn... arg1)
method_4604(List<class_1071> arg0, class_1128... arg1)
addEnchantedBooks(List<ItemStack> inventory, EnchantmentCategory... categories)
addEnchantmentBooksToList(List<ItemStack> itemList, EnumEnchantmentType... enchantmentType)