Uses of Interface
net.neoforged.neoforge.common.brewing.IBrewingRecipe
Packages that use IBrewingRecipe
-
Uses of IBrewingRecipe in net.minecraft.world.item.alchemy
Fields in net.minecraft.world.item.alchemy with type parameters of type IBrewingRecipeModifier and TypeFieldDescriptionprivate final List
<IBrewingRecipe> PotionBrewing.Builder.recipes
Methods in net.minecraft.world.item.alchemy that return types with arguments of type IBrewingRecipeModifier and TypeMethodDescriptionPotionBrewing.getRecipes()
Retrieves recipes that use the more general interface.Methods in net.minecraft.world.item.alchemy with parameters of type IBrewingRecipeModifier and TypeMethodDescriptionvoid
PotionBrewing.Builder.addRecipe
(IBrewingRecipe recipe) Adds a new brewing recipe with custom logic. -
Uses of IBrewingRecipe in net.neoforged.neoforge.common.brewing
Classes in net.neoforged.neoforge.common.brewing that implement IBrewingRecipeFields in net.neoforged.neoforge.common.brewing with type parameters of type IBrewingRecipeModifier and TypeFieldDescriptionprivate final List
<IBrewingRecipe> BrewingRecipeRegistry.recipes
The field for therecipes
record component.Methods in net.neoforged.neoforge.common.brewing that return types with arguments of type IBrewingRecipeModifier and TypeMethodDescriptionBrewingRecipeRegistry.recipes()
Returns the value of therecipes
record component.Constructor parameters in net.neoforged.neoforge.common.brewing with type arguments of type IBrewingRecipeModifierConstructorDescriptionBrewingRecipeRegistry
(List<IBrewingRecipe> recipes) Creates an instance of aBrewingRecipeRegistry
record class.