Package org.bukkit.inventory
Class RecipeChoice.ExactChoice
java.lang.Object
org.bukkit.inventory.RecipeChoice.ExactChoice
- All Implemented Interfaces:
Cloneable,Predicate<ItemStack>,RecipeChoice
- Enclosing interface:
- RecipeChoice
@Deprecated public static class RecipeChoice.ExactChoice extends Object implements RecipeChoice
Deprecated.
draft API
Represents a choice that will be valid only one of the stacks is exactly
matched (aside from stack size).
Only valid for shaped recipes
Only valid for shaped recipes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bukkit.inventory.RecipeChoice
RecipeChoice.ExactChoice, RecipeChoice.MaterialChoice -
Constructor Summary
Constructors Constructor Description ExactChoice(List<ItemStack> choices)Deprecated.ExactChoice(ItemStack stack)Deprecated.ExactChoice(ItemStack... stacks)Deprecated. -
Method Summary
Modifier and Type Method Description RecipeChoice.ExactChoiceclone()Deprecated.booleanequals(Object obj)Deprecated.List<ItemStack>getChoices()Deprecated.ItemStackgetItemStack()Deprecated.Gets a single item stack representative of this stack choice.inthashCode()Deprecated.booleantest(ItemStack t)Deprecated.StringtoString()Deprecated.
-
Constructor Details
-
ExactChoice
Deprecated. -
ExactChoice
Deprecated. -
ExactChoice
Deprecated.
-
-
Method Details
-
getItemStack
Deprecated.Description copied from interface:RecipeChoiceGets a single item stack representative of this stack choice.- Specified by:
getItemStackin interfaceRecipeChoice- Returns:
- a single representative item
-
getChoices
Deprecated. -
clone
Deprecated.- Specified by:
clonein interfaceRecipeChoice- Overrides:
clonein classObject
-
test
Deprecated.- Specified by:
testin interfacePredicate<ItemStack>- Specified by:
testin interfaceRecipeChoice
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated.
-