1 2 3 4 5 6
package gtPlusPlus.api.interfaces; import gregtech.api.util.GT_Recipe; public interface IComparableRecipe extends Comparable<GT_Recipe> { }