| Package | Description | 
|---|---|
| net.minecraftforge.common.brewing | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBrewingRecipe<T> | 
| class  | BrewingOreRecipe | 
| class  | BrewingRecipe | 
| class  | VanillaBrewingRecipeUsed in BrewingRecipeRegistry to maintain the vanilla behaviour. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static java.util.List<IBrewingRecipe> | BrewingRecipeRegistry. recipes | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.List<IBrewingRecipe> | BrewingRecipeRegistry. getRecipes()Returns an unmodifiable list containing all the recipes in the registry | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | BrewingRecipeRegistry. addRecipe(IBrewingRecipe recipe)Adds a recipe to the registry. |