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, isInput
public BrewingOreRecipe(@Nonnull ItemStack input, @Nonnull java.lang.String ingredient, @Nonnull ItemStack output)
public boolean isIngredient(@Nonnull ItemStack stack)
IBrewingRecipe