Uses of Class
net.minecraft.src.EnumEnchantmentType

Packages that use EnumEnchantmentType
net.minecraft.src   
net.minecraftforge.common   
 

Uses of EnumEnchantmentType in net.minecraft.src
 

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

Methods in net.minecraft.src 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)