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()
RecipeChoice
getItemStack
in interface RecipeChoice
public RecipeChoice clone()
clone
in interface RecipeChoice
clone
in class java.lang.Object
Copyright © 2018. All rights reserved.