コード例 #1
0
ファイル: ItemTool.java プロジェクト: nmg43/mcp70-src
 /** Return the enchantability factor of the item, most of the time is based on material. */
 public int getItemEnchantability() {
   return toolMaterial.getEnchantability();
 }