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.factoryMethods in net.minecraft.data.recipes with parameters of type AbstractCookingRecipe.FactoryModifier and TypeMethodDescriptionprotected <T extends AbstractCookingRecipe>
voidRecipeProvider.cookRecipes(String source, AbstractCookingRecipe.Factory<T> factory, int cookingTime) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStack result, float experience, int cookingTime, AbstractCookingRecipe.Factory<T> factory) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, AbstractCookingRecipe.Factory<T> factory) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking(AbstractCookingRecipe.Factory<T> factory, List<ItemLike> smeltables, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, String group, String fromDesc) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe(String source, AbstractCookingRecipe.Factory<T> factory, int cookingTime, ItemLike base, ItemLike result, float experience) Constructors in net.minecraft.data.recipes with parameters of type AbstractCookingRecipe.FactoryModifierConstructorDescriptionprivateSimpleCookingRecipeBuilder(RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStackTemplate result, Ingredient ingredient, float experience, int cookingTime, AbstractCookingRecipe.Factory<?> factory) privateSimpleCookingRecipeBuilder(RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, Ingredient ingredient, float experience, int cookingTime, AbstractCookingRecipe.Factory<?> factory) -
Uses of AbstractCookingRecipe.Factory in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type AbstractCookingRecipe.FactoryModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
com.mojang.serialization.MapCodec<T> AbstractCookingRecipe.cookingMapCodec(AbstractCookingRecipe.Factory<T> factory, int defaultCookingTime) static <T extends AbstractCookingRecipe>
StreamCodec<RegistryFriendlyByteBuf, T> AbstractCookingRecipe.cookingStreamCodec(AbstractCookingRecipe.Factory<T> factory)