Applied-Energistics-2-tiler.../tile/inventory/IAEAppEngInventory.java
2013-12-29 23:52:20 -06:00

12 lines
278 B
Java

package appeng.tile.inventory;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
public interface IAEAppEngInventory
{
void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removedStack, ItemStack newStack);
}