Removed, this made no sense.

This commit is contained in:
AlgorithmX2 2013-12-29 23:52:20 -06:00
parent c4b43eb0cf
commit 576d8c2747
1 changed files with 0 additions and 2 deletions

View File

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