OSDN Git Service

エラー大半修正
[chemicraft/ChemiCraftNext.git] / common / pcc / chemicraft / core / inventory / InventoryToolAndWeaponCraftingTableResult.java
index e4e6814..2cbe844 100644 (file)
@@ -110,5 +110,17 @@ public class InventoryToolAndWeaponCraftingTableResult implements IInventory {
        public void closeChest() {
        }
 
+       @Override
+       public boolean isInvNameLocalized() {
+               // TODO 自動生成されたメソッド・スタブ
+               return false;
+       }
+
+       @Override
+       public boolean isStackValidForSlot(int i, ItemStack itemstack) {
+               // TODO 自動生成されたメソッド・スタブ
+               return false;
+       }
+
 
 }