diff --git a/tile/inventory/IAEAppEngInventory.java b/tile/inventory/IAEAppEngInventory.java index 14975a53..cbedca22 100644 --- a/tile/inventory/IAEAppEngInventory.java +++ b/tile/inventory/IAEAppEngInventory.java @@ -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); }