Uses of Interface
net.minecraftforge.common.brewing.IBrewingRecipe
-
Uses of IBrewingRecipe in net.minecraftforge.common.brewing
Modifier and TypeClassDescriptionclass
class
Used in BrewingRecipeRegistry to maintain the vanilla behaviour.Modifier and TypeFieldDescriptionprivate static List<IBrewingRecipe>
BrewingRecipeRegistry.recipes
Modifier and TypeMethodDescriptionstatic List<IBrewingRecipe>
BrewingRecipeRegistry.getRecipes()
Returns an unmodifiable list containing all the recipes in the registryModifier and TypeMethodDescriptionstatic boolean
BrewingRecipeRegistry.addRecipe
(IBrewingRecipe recipe) Adds a recipe to the registry.