Package net.minecraft.recipe
Interface CookingRecipeSerializer.RecipeFactory<T extends AbstractCookingRecipe>
- Enclosing class:
CookingRecipeSerializer<T extends AbstractCookingRecipe>
static interface CookingRecipeSerializer.RecipeFactory<T extends AbstractCookingRecipe>
- Mappings:
Namespace Name official cjh$a
intermediary net/minecraft/class_3957$class_3958
named net/minecraft/recipe/CookingRecipeSerializer$RecipeFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime)
-
Method Details
-
create
T create(Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) - Mappings:
Namespace Name Mixin selector official create
Lcjh$a;create(Ladd;Ljava/lang/String;Lcim;Lciu;Lcfv;FI)Lcig;
intermediary create
Lnet/minecraft/class_3957$class_3958;create(Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Lnet/minecraft/class_1874;
named create
Lnet/minecraft/recipe/CookingRecipeSerializer$RecipeFactory;create(Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)Lnet/minecraft/recipe/AbstractCookingRecipe;
-