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 cmo$a
intermediary net/minecraft/class_3957$class_3958
named net/minecraft/recipe/CookingRecipeSerializer$RecipeFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2)
-
Method Details
-
create
T create(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2)
-