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