Applied-Energistics-2-tiler.../tile/inventory/IAEAppEngInventory.java

12 lines
278 B
Java
Raw Normal View History

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);
}