Interface Ingredient

All Superinterfaces:
Predicate<ItemStack>

public interface Ingredient extends Predicate<ItemStack>
An Ingredient for a crafting recipe.

Crafting recipes can only be crafted when all of the ingredients match the items in the input grid.