|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumArmorMaterial | |
|---|---|
| net.minecraft.item | |
| net.minecraftforge.common | |
| Uses of EnumArmorMaterial in net.minecraft.item |
|---|
| Methods in net.minecraft.item that return EnumArmorMaterial | |
|---|---|
EnumArmorMaterial |
ItemArmor.getArmorMaterial()
Return the armor material for this armor item. |
static EnumArmorMaterial |
EnumArmorMaterial.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumArmorMaterial[] |
EnumArmorMaterial.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 EnumArmorMaterial | |
|---|---|
ItemArmor(int par1,
EnumArmorMaterial par2EnumArmorMaterial,
int par3,
int par4)
|
|
| Uses of EnumArmorMaterial in net.minecraftforge.common |
|---|
| Methods in net.minecraftforge.common that return EnumArmorMaterial | |
|---|---|
static EnumArmorMaterial |
EnumHelper.addArmorMaterial(String name,
int durability,
int[] reductionAmounts,
int enchantability)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||