public static void displayRecipesWithIngredient(final Event e, final RecipeView recipe) { UICraftFrame.getInstance().createLinkedRecipes(recipe.getEffectiveItem().getId()); }
public static void displayRecipesWithIngredient( final Event e, final AbstractCraftHarvestElement elem) { UICraftFrame.getInstance().createLinkedRecipes(elem.getItemId()); }