public class IngredientNBT extends Ingredient
| Modifier and Type | Field and Description |
|---|---|
private ItemStack |
stack |
EMPTY| Modifier | Constructor and Description |
|---|---|
protected |
IngredientNBT(ItemStack stack) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ItemStack input) |
boolean |
isSimple() |
fromItem, fromItems, fromStacks, getMatchingStacks, getValidItemStacksPacked, invalidate, invalidateAll, mergeprivate final ItemStack stack
protected IngredientNBT(ItemStack stack)
public boolean apply(@Nullable
ItemStack input)
apply in class Ingredientpublic boolean isSimple()
isSimple in class Ingredient