public interface RecipeChoice extends Predicate<ItemStack>, Cloneable
Modifier and Type | Interface and Description |
---|---|
static class |
RecipeChoice.ExactChoice
Deprecated.
draft API
|
static class |
RecipeChoice.MaterialChoice
Represents a choice of multiple matching Materials.
|
Modifier and Type | Method and Description |
---|---|
RecipeChoice |
clone() |
ItemStack |
getItemStack()
Deprecated.
for compatability only
|
boolean |
test(ItemStack itemStack) |
@Deprecated @NotNull ItemStack getItemStack()
@NotNull RecipeChoice clone()
Copyright © 2022. All rights reserved.