Interface AbstractCookingRecipe.Factory<T extends AbstractCookingRecipe>
- Enclosing class:
- AbstractCookingRecipe
public static interface AbstractCookingRecipe.Factory<T extends AbstractCookingRecipe>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String p_310191_, CookingBookCategory p_311031_, Ingredient p_313122_, ItemStack p_312156_, float p_312177_, int p_311374_)
-
Method Details
-
create
T create(String p_310191_, CookingBookCategory p_311031_, Ingredient p_313122_, ItemStack p_312156_, float p_312177_, int p_311374_)
-