public final class LegacyUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
getIngredientCopy(T value,
mezz.jei.api.ingredients.IIngredientHelper<T> ingredientHelper) |
static java.lang.String |
getModName(mezz.jei.api.recipe.IRecipeCategory recipeCategory) |
static <T> java.lang.String |
getResourceId(T ingredient,
mezz.jei.api.ingredients.IIngredientHelper<T> ingredientHelper) |
static java.util.List<java.lang.String> |
getTooltipStrings(mezz.jei.api.recipe.IRecipeCategory<?> recipeCategory,
int recipeMouseX,
int recipeMouseY) |
public static <T> T getIngredientCopy(T value, mezz.jei.api.ingredients.IIngredientHelper<T> ingredientHelper)
public static java.util.List<java.lang.String> getTooltipStrings(mezz.jei.api.recipe.IRecipeCategory<?> recipeCategory, int recipeMouseX, int recipeMouseY)
public static <T> java.lang.String getResourceId(T ingredient, mezz.jei.api.ingredients.IIngredientHelper<T> ingredientHelper)
@Nullable public static java.lang.String getModName(mezz.jei.api.recipe.IRecipeCategory recipeCategory)