package appeng.util.inv; import net.minecraft.item.ItemStack; public class ItemSlot { public int slot; public ItemStack itemStack; }