package gtPlusPlus.api.interfaces; import gregtech.api.util.GT_Recipe; import gregtech.api.util.GTPP_Recipe; public interface IComparableRecipe extends Comparable{ }