public class BrewingRecipe extends AbstractBrewingRecipe<ItemStack>
| Constructor and Description | 
|---|
| BrewingRecipe(ItemStack input,
             ItemStack 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 boolean isIngredient(@Nonnull
                            ItemStack stack)
IBrewingRecipe