Uses of Class
net.minecraft.src.EnumToolMaterial

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

Uses of EnumToolMaterial in net.minecraft.src
 

Methods in net.minecraft.src that return EnumToolMaterial
static EnumToolMaterial EnumToolMaterial.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumToolMaterial[] EnumToolMaterial.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.minecraft.src with parameters of type EnumToolMaterial
ItemAxe(int par1, EnumToolMaterial par2EnumToolMaterial)
           
ItemHoe(int par1, EnumToolMaterial par2EnumToolMaterial)
           
ItemPickaxe(int par1, EnumToolMaterial par2EnumToolMaterial)
           
ItemSpade(int par1, EnumToolMaterial par2EnumToolMaterial)
           
ItemSword(int par1, EnumToolMaterial par2EnumToolMaterial)
           
 

Uses of EnumToolMaterial in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return EnumToolMaterial
static EnumToolMaterial EnumHelper.addToolMaterial(String name, int harvestLevel, int maxUses, float efficiency, int damage, int enchantability)