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, mergepublic ItemStack[] getMatchingStacks()
getMatchingStacks in class Ingredientpublic IntList getValidItemStacksPacked()
getValidItemStacksPacked in class Ingredientpublic boolean apply(ItemStack input)
apply in class Ingredientprotected void invalidate()
invalidate in class Ingredientpublic boolean isSimple()
isSimple in class Ingredient