Uses of Interface
net.minecraftforge.common.brewing.IBrewingRecipe
-
Packages that use IBrewingRecipe Package Description net.minecraftforge.common.brewing -
-
Uses of IBrewingRecipe in net.minecraftforge.common.brewing
Classes in net.minecraftforge.common.brewing that implement IBrewingRecipe Modifier and Type Class Description class
BrewingRecipe
class
VanillaBrewingRecipe
Used in BrewingRecipeRegistry to maintain the vanilla behaviour.Fields in net.minecraftforge.common.brewing with type parameters of type IBrewingRecipe Modifier and Type Field Description private static java.util.List<IBrewingRecipe>
BrewingRecipeRegistry. recipes
Methods in net.minecraftforge.common.brewing that return types with arguments of type IBrewingRecipe Modifier and Type Method Description static java.util.List<IBrewingRecipe>
BrewingRecipeRegistry. getRecipes()
Returns an unmodifiable list containing all the recipes in the registryMethods in net.minecraftforge.common.brewing with parameters of type IBrewingRecipe Modifier and Type Method Description static boolean
BrewingRecipeRegistry. addRecipe(IBrewingRecipe recipe)
Adds a recipe to the registry.
-