Cloneable
, Predicate<ItemStack>
, RecipeChoice
@Deprecated public class ItemStackRecipeChoice extends Object implements RecipeChoice
RecipeChoice.ExactChoice, RecipeChoice.MaterialChoice
Modifier and Type | Field | Description |
---|---|---|
protected List<ItemStack> |
choices |
Deprecated.
|
Constructor | Description |
---|---|
ItemStackRecipeChoice(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.
|
public ItemStackRecipeChoice(ItemStack choices)
public ItemStack getItemStack()
RecipeChoice
getItemStack
in interface RecipeChoice
public RecipeChoice clone()
clone
in interface RecipeChoice
clone
in class Object
Copyright © 2019. All rights reserved.