OSDN Git Service

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