public class BrewingRecipe extends AbstractBrewingRecipe<ItemStack>
ingredient, input, output
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.
|
getOutput, isInput
public boolean isIngredient(ItemStack stack)
IBrewingRecipe