Uses of Class
org.bukkit.inventory.RecipeChoice.ExactChoice
Packages that use RecipeChoice.ExactChoice
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of RecipeChoice.ExactChoice in org.bukkit.inventory
Methods in org.bukkit.inventory that return RecipeChoice.ExactChoiceModifier and TypeMethodDescriptionRecipeChoice.ExactChoice.clone()static RecipeChoice.ExactChoiceRecipeChoice.exactChoice(List<ItemStack> stacks) Creates a choice that will be valid only if one of the stacks is exactly matched (aside from stack size).static RecipeChoice.ExactChoiceRecipeChoice.exactChoice(ItemStack first, ItemStack... others) Creates a choice that will be valid only if one of the stacks is exactly matched (aside from stack size).