Exemplo n.º 1
0
 /** Returns the durability for a armor slot of for this type. */
 public int getDurability(int par1) {
   return ItemArmor.getMaxDamageArray()[par1] * this.maxDamageFactor;
 }