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