public interface RecipeChoice extends Predicate<ItemStack>, Cloneable
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
RecipeChoice.ExactChoice
Represents a choice that will be valid only one of the stacks is exactly
 matched (aside from stack size). 
 | 
static class  | 
RecipeChoice.MaterialChoice
Represents a choice of multiple matching Materials. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull RecipeChoice | 
clone()  | 
@NotNull ItemStack | 
getItemStack()
Deprecated. 
 
for compatibility only 
 | 
boolean | 
test(@NotNull ItemStack itemStack)  | 
@Deprecated @NotNull @NotNull ItemStack getItemStack()
@NotNull @NotNull RecipeChoice clone()
Copyright © 2022. All rights reserved.