Package net.minecraft.recipe
Interface AbstractCookingRecipe.RecipeFactory<T extends AbstractCookingRecipe>
- Enclosing class:
- AbstractCookingRecipe
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface AbstractCookingRecipe.RecipeFactory<T extends AbstractCookingRecipe>
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/AbstractCookingRecipe$RecipeFactory- intermediary - net/minecraft/class_1874$class_3958- official - dal$a
- 
Method SummaryModifier and TypeMethodDescriptioncreate(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) 
- 
Method Details- 
createT create(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) - Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/recipe/AbstractCookingRecipe$RecipeFactory;create(Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)Lnet/minecraft/recipe/AbstractCookingRecipe;- intermediary - create- Lnet/minecraft/class_1874$class_3958;create(Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Lnet/minecraft/class_1874;- official - create- Ldal$a;create(Ljava/lang/String;Ldar;Ldbb;Lcwq;FI)Ldal;
 
 
-