Class Ingredient
java.lang.Object
me.wolfyscript.customcrafting.utils.recipe_item.RecipeItemStack
me.wolfyscript.customcrafting.utils.recipe_item.Ingredient
-
Field Summary
Fields inherited from class me.wolfyscript.customcrafting.utils.recipe_item.RecipeItemStack
choices
-
Constructor Summary
ConstructorsConstructorDescriptionIngredient(List<me.wolfyscript.utilities.api.inventory.custom_items.references.APIReference> references, Set<me.wolfyscript.utilities.util.NamespacedKey> tags)
Ingredient(Ingredient ingredient)
Ingredient(me.wolfyscript.utilities.api.inventory.custom_items.references.APIReference... references)
Ingredient(me.wolfyscript.utilities.util.NamespacedKey... tags)
Ingredient(org.bukkit.inventory.ItemStack... items)
Ingredient(org.bukkit.Material... materials)
-
Method Summary
Methods inherited from class me.wolfyscript.customcrafting.utils.recipe_item.RecipeItemStack
buildChoices, getBukkitChoices, getChoices, getChoices, getChoicesStream, getItems, getItemStack, getItemStack, getTags, isEmpty, put, setItems, setTags, size, toString
-
Constructor Details
-
Ingredient
public 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
-
-
Method Details
-
clone
- Specified by:
clone
in classRecipeItemStack
-
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)
-