Uses of Interface
net.minecraftforge.common.brewing.IBrewingRecipe
Packages that use IBrewingRecipe
-
Uses of IBrewingRecipe in net.minecraftforge.common.brewing
Classes in net.minecraftforge.common.brewing that implement IBrewingRecipeModifier and TypeClassDescriptionclass
class
Used in BrewingRecipeRegistry to maintain the vanilla behaviour.Fields in net.minecraftforge.common.brewing with type parameters of type IBrewingRecipeModifier and TypeFieldDescriptionprivate static List<IBrewingRecipe>
BrewingRecipeRegistry.recipes
Methods in net.minecraftforge.common.brewing that return types with arguments of type IBrewingRecipeModifier and TypeMethodDescriptionstatic List<IBrewingRecipe>
BrewingRecipeRegistry.getRecipes()
Returns an unmodifiable list containing all the recipes in the registryMethods in net.minecraftforge.common.brewing with parameters of type IBrewingRecipeModifier and TypeMethodDescriptionstatic boolean
BrewingRecipeRegistry.addRecipe
(IBrewingRecipe recipe) Adds a recipe to the registry.