OSDN Git Service

エラー大半修正
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / inventory / InventoryChemicalCraftingNBT.java
index 9c80bef..13a48ea 100644 (file)
@@ -90,4 +90,16 @@ public class InventoryChemicalCraftingNBT implements IInventory {
 
        }
 
+       @Override
+       public boolean isInvNameLocalized() {
+               // TODO 自動生成されたメソッド・スタブ
+               return false;
+       }
+
+       @Override
+       public boolean isStackValidForSlot(int i, ItemStack itemstack) {
+               // TODO 自動生成されたメソッド・スタブ
+               return false;
+       }
+
 }