@Deprecated public static class RecipeChoice.ExactChoice extends Object implements RecipeChoice
RecipeChoice.ExactChoice, RecipeChoice.MaterialChoice| Constructor and Description |
|---|
ExactChoice(ItemStack... stacks)
Deprecated.
|
ExactChoice(ItemStack stack)
Deprecated.
|
ExactChoice(List<ItemStack> choices)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RecipeChoice.ExactChoice |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
List<ItemStack> |
getChoices()
Deprecated.
|
ItemStack |
getItemStack()
Deprecated.
Gets a single item stack representative of this stack choice.
|
int |
hashCode()
Deprecated.
|
boolean |
test(ItemStack t)
Deprecated.
|
String |
toString()
Deprecated.
|
public ExactChoice(@NotNull
ItemStack stack)
public ExactChoice(@NotNull
ItemStack... stacks)
@NotNull public ItemStack getItemStack()
RecipeChoicegetItemStack in interface RecipeChoice@NotNull public RecipeChoice.ExactChoice clone()
clone in interface RecipeChoiceclone in class Objectpublic boolean test(@NotNull
ItemStack t)
test in interface Predicate<ItemStack>test in interface RecipeChoiceCopyright © 2022. All rights reserved.