static interface CookingRecipeSerializer.RecipeFactory<T extends AbstractCookingRecipe>
Modifier and Type | Method and Description |
---|---|
T |
create(Identifier id,
String group,
Ingredient input,
ItemStack output,
float experience,
int cookTime) |
T create(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)