Uses of Interface
net.neoforged.neoforge.common.brewing.IBrewingRecipe
-
Uses of IBrewingRecipe in net.minecraft.world.item.alchemy
Modifier and TypeFieldDescriptionprivate final List
<IBrewingRecipe> PotionBrewing.Builder.recipes
Modifier and TypeMethodDescriptionPotionBrewing.getRecipes()
Retrieves recipes that use the more general interface.Modifier and TypeMethodDescriptionvoid
PotionBrewing.Builder.addRecipe
(IBrewingRecipe recipe) Adds a new brewing recipe with custom logic. -
Uses of IBrewingRecipe in net.neoforged.neoforge.common.brewing
Modifier and TypeFieldDescriptionprivate final List
<IBrewingRecipe> BrewingRecipeRegistry.recipes
The field for therecipes
record component.Modifier and TypeMethodDescriptionBrewingRecipeRegistry.recipes()
Returns the value of therecipes
record component.ModifierConstructorDescriptionBrewingRecipeRegistry
(List<IBrewingRecipe> recipes) Creates an instance of aBrewingRecipeRegistry
record class.