Exemplo n.º 1
0
 /** Return the enchantability factor of the item, most of the time is based on material. */
 public int getItemEnchantability() {
   return toolMaterial.getEnchantability();
 }