Interface Ingredient

  • All Superinterfaces:
    java.util.function.Predicate<ItemStack>

    public interface Ingredient
    extends java.util.function.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.