| Package | Description |
|---|---|
| net.minecraft.creativetab | |
| net.minecraft.enchantment | |
| net.minecraftforge.common |
| Modifier and Type | Method and Description |
|---|---|
EnumEnchantmentType[] |
CreativeTabs.func_111225_m() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CreativeTabs.func_111226_a(EnumEnchantmentType par1EnumEnchantmentType) |
CreativeTabs |
CreativeTabs.func_111229_a(EnumEnchantmentType... par1ArrayOfEnumEnchantmentType) |
void |
CreativeTabs.func_92116_a(List par1List,
EnumEnchantmentType... par2ArrayOfEnumEnchantmentType) |
| Modifier and Type | Field and Description |
|---|---|
EnumEnchantmentType |
Enchantment.type
The EnumEnchantmentType given to this Enchantment.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumEnchantmentType |
EnumEnchantmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumEnchantmentType[] |
EnumEnchantmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumEnchantmentType |
EnumHelper.addEnchantmentType(String name) |