Removed, this made no sense.

This commit is contained in:
AlgorithmX2 2013-12-29 23:52:20 -06:00
parent c4b43eb0cf
commit 576d8c2747

View file

@ -6,8 +6,6 @@ import net.minecraft.item.ItemStack;
public interface IAEAppEngInventory public interface IAEAppEngInventory
{ {
IInventory getInternalInventory();
void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removedStack, ItemStack newStack); void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removedStack, ItemStack newStack);
} }