Package net.minecraft.item.crafting
Interface CookingRecipeSerializer.IFactory<T extends AbstractCookingRecipe>
-
- Enclosing class:
- CookingRecipeSerializer<T extends AbstractCookingRecipe>
static interface CookingRecipeSerializer.IFactory<T extends AbstractCookingRecipe>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(ResourceLocation p_create_1_, java.lang.String p_create_2_, Ingredient p_create_3_, ItemStack p_create_4_, float p_create_5_, int p_create_6_)
-
-
-
Method Detail
-
create
T create(ResourceLocation p_create_1_, java.lang.String p_create_2_, Ingredient p_create_3_, ItemStack p_create_4_, float p_create_5_, int p_create_6_)
-
-