OSDN Git Service

修正・変更
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / slot / SlotDecompositionTableResult.java
diff --git a/common/pcc/chemicraft/core/slot/SlotDecompositionTableResult.java b/common/pcc/chemicraft/core/slot/SlotDecompositionTableResult.java
deleted file mode 100644 (file)
index 8c085b9..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package pcc.chemicraft.core.slot;
-
-import net.minecraft.inventory.IInventory;
-import net.minecraft.inventory.Slot;
-import net.minecraft.item.ItemStack;
-
-public class SlotDecompositionTableResult extends Slot {
-
-       public SlotDecompositionTableResult(IInventory par1iInventory, int par2,        int par3, int par4) {
-               super(par1iInventory, par2, par3, par4);
-       }
-
-       @Override
-       public boolean isItemValid(ItemStack par1ItemStack){
-               return false;
-       }
-
-}