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 pRecipeOutput, String pCookingMethod, RecipeSerializer<T> pCookingSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, int pCookingTime) 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 pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, RecipeSerializer<T> pCookingSerializer, AbstractCookingRecipe.Factory<T> pFactory) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking
(RecipeOutput pRecipeOutput, RecipeSerializer<T> pSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup, String pSuffix) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe
(RecipeOutput pRecipeOutput, String pCookingMethod, RecipeSerializer<T> pCookingSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, int pCookingTime, ItemLike pMaterial, ItemLike pResult, float pExperience) 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 pCategory, CookingBookCategory pBookCategory, ItemLike pResult, Ingredient pIngredient, float pExperience, int pCookingTime, AbstractCookingRecipe.Factory<?> pFactory) -
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> pFactory, int pCookingTime)