net.minecraft.item

public abstract class CreativeModeTab

abt
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
creativeTabArray
public static final CreativeModeTab
b
field_4174
BUILDING_BLOCKS
tabBlock
public static final CreativeModeTab
c
field_4175
DECORATIONS
tabDecorations
public static final CreativeModeTab
d
field_4176
REDSTONE
tabRedstone
public static final CreativeModeTab
e
field_4177
TRANSPORTATION
tabTransport
public static final CreativeModeTab
f
field_4178
MISC
tabMisc
public static final CreativeModeTab
g
field_4179
SEARCH
tabAllSearch
public static final CreativeModeTab
h
field_4180
FOOD
tabFood
public static final CreativeModeTab
i
field_4181
TOOLS
tabTools
public static final CreativeModeTab
j
field_4182
COMBAT
tabCombat
public static final CreativeModeTab
k
field_4183
BREWING
tabBrewing
public static final CreativeModeTab
l
field_4184
MATERIALS
tabMaterials
public static final CreativeModeTab
m
field_4185
INVENTORY
tabInventory
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(afu... 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(afu arg0)
method_6321(class_1128 arg0)
hasEnchantmentCategory(EnchantmentCategory category)
func_111226_a(EnumEnchantmentType arg0)
public void
a(List arg0)
method_3317(List arg0)
addItems(List inventory)
displayAllReleventItems(List arg0)
public void
a(List arg0, afu... arg1)
method_4604(List arg0, class_1128... arg1)
addEnchantedBooks(List inventory, EnchantmentCategory... categories)
addEnchantmentBooksToList(List arg0, EnumEnchantmentType... arg1)