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.recipesMethods 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 TypeMethodDescriptionvoidPotionBrewing.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.recipesThe field for therecipesrecord component.Methods in net.neoforged.neoforge.common.brewing that return types with arguments of type IBrewingRecipeModifier and TypeMethodDescriptionBrewingRecipeRegistry.recipes()Returns the value of therecipesrecord component.Constructor parameters in net.neoforged.neoforge.common.brewing with type arguments of type IBrewingRecipeModifierConstructorDescriptionBrewingRecipeRegistry(List<IBrewingRecipe> recipes) Creates an instance of aBrewingRecipeRegistryrecord class.