@Deprecated public class ItemStackRecipeChoice extends Object implements RecipeChoice
RecipeChoice.ExactChoice, RecipeChoice.MaterialChoice| Modifier and Type | Field and Description |
|---|---|
protected List<ItemStack> |
choices
Deprecated.
|
| Constructor and Description |
|---|
ItemStackRecipeChoice(ItemStack choices)
Deprecated.
|
ItemStackRecipeChoice(List<ItemStack> choices)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RecipeChoice |
clone()
Deprecated.
|
ItemStack |
getItemStack()
Deprecated.
Gets a single item stack representative of this stack choice.
|
boolean |
test(ItemStack itemStack)
Deprecated.
|
public ItemStackRecipeChoice(ItemStack choices)
public ItemStack getItemStack()
RecipeChoicegetItemStack in interface RecipeChoicepublic RecipeChoice clone()
clone in interface RecipeChoiceclone in class ObjectCopyright © 2021. All rights reserved.