From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../invslots/SlotInvSlotOutputInProgress.java | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 main/java/ihl/processing/invslots/SlotInvSlotOutputInProgress.java (limited to 'main/java/ihl/processing/invslots/SlotInvSlotOutputInProgress.java') diff --git a/main/java/ihl/processing/invslots/SlotInvSlotOutputInProgress.java b/main/java/ihl/processing/invslots/SlotInvSlotOutputInProgress.java deleted file mode 100644 index 25c0673..0000000 --- a/main/java/ihl/processing/invslots/SlotInvSlotOutputInProgress.java +++ /dev/null @@ -1,23 +0,0 @@ -package ihl.processing.invslots; - -import ic2.core.slot.SlotInvSlot; -import ihl.flexible_cable.IronWorkbenchInvSlot; -import net.minecraft.entity.player.EntityPlayer; - -public class SlotInvSlotOutputInProgress extends SlotInvSlot { - - public IronWorkbenchInvSlot invSlot; - - public SlotInvSlotOutputInProgress(IronWorkbenchInvSlot invSlot1, int index1, - int xDisplayPosition1, int yDisplayPosition1) { - super(invSlot1, index1, xDisplayPosition1, yDisplayPosition1); - this.invSlot=invSlot1; - - } - - @Override - public boolean canTakeStack(EntityPlayer player) - { - return this.invSlot.getCanTakeStack(); - } -} -- cgit v1.2.3