Package | Description |
---|---|
net.minecraft.item | |
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ItemArmor(int par1,
EnumArmorMaterial par2EnumArmorMaterial,
int par3,
int par4) |
Modifier and Type | Method and Description |
---|---|
static EnumArmorMaterial |
EnumHelper.addArmorMaterial(String name,
int durability,
int[] reductionAmounts,
int enchantability) |