Uses of Interface
org.bukkit.inventory.RecipeChoice.PredicateChoice
Packages that use RecipeChoice.PredicateChoice
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of RecipeChoice.PredicateChoice in org.bukkit.inventory
Methods in org.bukkit.inventory that return RecipeChoice.PredicateChoiceModifier and TypeMethodDescriptionstatic RecipeChoice.PredicateChoiceRecipeChoice.predicateChoice(Predicate<? super ItemStack> stackPredicate, ItemStack exampleStack) Creates a recipe choice that will be valid only if an item matches the given predicate.