Uses of Class
net.minecraftforge.common.ISpecialArmor.ArmorProperties

Packages that use ISpecialArmor.ArmorProperties
net.minecraftforge.common   
 

Uses of ISpecialArmor.ArmorProperties in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return ISpecialArmor.ArmorProperties
 ISpecialArmor.ArmorProperties ISpecialArmor.ArmorProperties.copy()
           
 ISpecialArmor.ArmorProperties ISpecialArmor.getProperties(EntityLiving player, ItemStack armor, DamageSource source, double damage, int slot)
          Retrieves the modifiers to be used when calculating armor damage.
 

Methods in net.minecraftforge.common with parameters of type ISpecialArmor.ArmorProperties
 int ISpecialArmor.ArmorProperties.compareTo(ISpecialArmor.ArmorProperties o)