java.lang.Object
me.wolfyscript.customcrafting.utils.recipe_item.RecipeItemStack
me.wolfyscript.customcrafting.utils.recipe_item.Ingredient

public class Ingredient extends RecipeItemStack
  • Constructor Details

    • Ingredient

      public Ingredient()
    • Ingredient

      public Ingredient(Ingredient ingredient)
    • Ingredient

      public Ingredient(org.bukkit.Material... materials)
    • Ingredient

      public Ingredient(org.bukkit.inventory.ItemStack... items)
    • Ingredient

      public Ingredient(me.wolfyscript.utilities.util.NamespacedKey... tags)
    • Ingredient

      public Ingredient(me.wolfyscript.utilities.api.inventory.custom_items.references.APIReference... references)
    • Ingredient

      public Ingredient(List<me.wolfyscript.utilities.api.inventory.custom_items.references.APIReference> references, Set<me.wolfyscript.utilities.util.NamespacedKey> tags)
  • Method Details

    • clone

      public Ingredient clone()
      Specified by:
      clone in class RecipeItemStack
    • test

      public boolean test(org.bukkit.inventory.ItemStack itemStack, boolean exactMatch)
    • check

      public Optional<me.wolfyscript.utilities.api.inventory.custom_items.CustomItem> check(org.bukkit.inventory.ItemStack itemStack, boolean exactMatch)