Uses of Interface
net.neoforged.neoforge.common.brewing.IBrewingRecipe
Packages that use IBrewingRecipe
-
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.