Uses of Class
net.minecraft.enchantment.EnumEnchantmentType

Packages that use EnumEnchantmentType
net.minecraft.creativetab   
net.minecraft.enchantment   
net.minecraftforge.common   
 

Uses of EnumEnchantmentType in net.minecraft.creativetab
 

Methods in net.minecraft.creativetab with parameters of type EnumEnchantmentType
 void CreativeTabs.func_92116_a(List par1List, EnumEnchantmentType... par2ArrayOfEnumEnchantmentType)
           
 

Uses of EnumEnchantmentType in net.minecraft.enchantment
 

Fields in net.minecraft.enchantment declared as EnumEnchantmentType
 EnumEnchantmentType Enchantment.type
          The EnumEnchantmentType given to this Enchantment.
 

Methods in net.minecraft.enchantment that return EnumEnchantmentType
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.
 

Uses of EnumEnchantmentType in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return EnumEnchantmentType
static EnumEnchantmentType EnumHelper.addEnchantmentType(String name)