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