public class BrewingOreRecipe extends AbstractBrewingRecipe<java.util.List<ItemStack>>
| Constructor and Description | 
|---|
BrewingOreRecipe(ItemStack input,
                java.util.List<ItemStack> ingredient,
                ItemStack output)  | 
BrewingOreRecipe(ItemStack input,
                java.lang.String ingredient,
                ItemStack output)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isIngredient(ItemStack stack)
Returns true if the passed ItemStack is an ingredient for this recipe. 
 | 
getIngredient, getInput, getOutput, getOutput, isInputpublic BrewingOreRecipe(ItemStack input, java.lang.String ingredient, ItemStack output)
public boolean isIngredient(ItemStack stack)
IBrewingRecipe