public class OreIngredient extends Ingredient
EMPTY
Constructor and Description |
---|
OreIngredient(java.lang.String ore) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(ItemStack input) |
ItemStack[] |
getMatchingStacks() |
IntList |
getValidItemStacksPacked() |
protected void |
invalidate() |
boolean |
isSimple() |
fromItem, fromItems, fromStacks, invalidateAll, merge
public ItemStack[] getMatchingStacks()
getMatchingStacks
in class Ingredient
public IntList getValidItemStacksPacked()
getValidItemStacksPacked
in class Ingredient
public boolean apply(ItemStack input)
apply
in class Ingredient
protected void invalidate()
invalidate
in class Ingredient
public boolean isSimple()
isSimple
in class Ingredient