package openmods.inventory; import net.minecraft.inventory.IInventory; public interface IInventoryProvider { public IInventory getInventory(); }