public interface IIngredientBlacklist
IJeiHelpers.getIngredientBlacklist()
.Modifier and Type | Method and Description |
---|---|
<V> void |
addIngredientToBlacklist(V ingredient)
Stop JEI from displaying a specific ingredient in the ingredient list.
|
<V> boolean |
isIngredientBlacklisted(V ingredient)
Returns true if the ingredient is blacklisted and will not be displayed in the ingredient list.
|
<V> void |
removeIngredientFromBlacklist(V ingredient)
Undo blacklisting an ingredient.
|
<V> void addIngredientToBlacklist(V ingredient)
OreDictionary.WILDCARD_VALUE
meta for wildcard.
Ingredients blacklisted with this API can't be seen in the config or in edit mode.<V> void removeIngredientFromBlacklist(V ingredient)
<V> boolean isIngredientBlacklisted(V ingredient)