OSDN Git Service

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