Uses of Interface
net.minecraft.world.item.crafting.AbstractCookingRecipe.Factory
Packages that use AbstractCookingRecipe.Factory
-
Uses of AbstractCookingRecipe.Factory in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as AbstractCookingRecipe.FactoryModifier and TypeFieldDescriptionprivate final AbstractCookingRecipe.Factory
<?> SimpleCookingRecipeBuilder.factory
Methods in net.minecraft.data.recipes with parameters of type AbstractCookingRecipe.FactoryModifier and TypeMethodDescriptionprotected static <T extends AbstractCookingRecipe>
voidRecipeProvider.cookRecipes
(RecipeOutput recipeOutput, String cookingMethod, RecipeSerializer<T> cookingSerializer, AbstractCookingRecipe.Factory<T> recipeFactory, int cookingTime) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient p_250999_, RecipeCategory p_248815_, ItemStack result, float p_251320_, int p_248693_, RecipeSerializer<T> p_250921_, AbstractCookingRecipe.Factory<T> p_312657_) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient ingredient, RecipeCategory category, ItemLike result, float experience, int cookingTime, RecipeSerializer<T> cookingSerializer, AbstractCookingRecipe.Factory<T> factory) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking
(RecipeOutput recipeOutput, RecipeSerializer<T> serializer, AbstractCookingRecipe.Factory<T> recipeFactory, List<ItemLike> ingredients, RecipeCategory category, ItemLike result, float experience, int cookingTime, String group, String suffix) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe
(RecipeOutput recipeOutput, String cookingMethod, RecipeSerializer<T> cookingSerializer, AbstractCookingRecipe.Factory<T> recipeFactory, int cookingTime, ItemLike material, ItemLike result, float experience) Constructors in net.minecraft.data.recipes with parameters of type AbstractCookingRecipe.FactoryModifierConstructorDescriptionprivate
SimpleCookingRecipeBuilder
(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemStack result, Ingredient p_250362_, float p_251204_, int p_250189_, AbstractCookingRecipe.Factory<?> p_311960_) private
SimpleCookingRecipeBuilder
(RecipeCategory category, CookingBookCategory bookCategory, ItemLike result, Ingredient ingredient, float experience, int cookingTime, AbstractCookingRecipe.Factory<?> factory) -
Uses of AbstractCookingRecipe.Factory in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as AbstractCookingRecipe.FactoryModifier and TypeFieldDescriptionprivate final AbstractCookingRecipe.Factory
<T> SimpleCookingSerializer.factory
Constructors in net.minecraft.world.item.crafting with parameters of type AbstractCookingRecipe.FactoryModifierConstructorDescriptionSimpleCookingSerializer
(AbstractCookingRecipe.Factory<T> factory, int cookingTime)