| Package | Description | 
|---|---|
| net.minecraft.item | |
| net.minecraftforge.common.util | 
| Modifier and Type | Field and Description | 
|---|---|
| private ItemArmor.ArmorMaterial | ItemArmor. material | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemArmor.ArmorMaterial | ItemArmor. getArmorMaterial() | 
| ItemArmor.ArmorMaterial | ItemArmor.ArmorMaterial. setRepairItem(ItemStack stack) | 
| static ItemArmor.ArmorMaterial | ItemArmor.ArmorMaterial. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ItemArmor.ArmorMaterial[] | ItemArmor.ArmorMaterial. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| ItemArmor(ItemArmor.ArmorMaterial materialIn,
         int renderIndexIn,
         EntityEquipmentSlot equipmentSlotIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ItemArmor.ArmorMaterial | EnumHelper. addArmorMaterial(java.lang.String name,
                java.lang.String textureName,
                int durability,
                int[] reductionAmounts,
                int enchantability,
                SoundEvent soundOnEquip,
                float toughness) |