| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumToolMaterial | |
|---|---|
| net.minecraft.item | |
| net.minecraftforge.common | |
| Uses of EnumToolMaterial in net.minecraft.item | 
|---|
| Methods in net.minecraft.item 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.item 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)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||