public class IngredientBlacklist
extends java.lang.Object
implements mezz.jei.api.ingredients.IIngredientBlacklist
| Constructor and Description |
|---|
IngredientBlacklist(mezz.jei.api.ingredients.IIngredientRegistry ingredientRegistry,
IngredientBlacklistInternal internal) |
| Modifier and Type | Method and Description |
|---|---|
<V> void |
addIngredientToBlacklist(V ingredient) |
<V> boolean |
isIngredientBlacklisted(V ingredient) |
<V> void |
removeIngredientFromBlacklist(V ingredient) |
public IngredientBlacklist(mezz.jei.api.ingredients.IIngredientRegistry ingredientRegistry,
IngredientBlacklistInternal internal)
public <V> void addIngredientToBlacklist(V ingredient)
addIngredientToBlacklist in interface mezz.jei.api.ingredients.IIngredientBlacklistpublic <V> void removeIngredientFromBlacklist(V ingredient)
removeIngredientFromBlacklist in interface mezz.jei.api.ingredients.IIngredientBlacklistpublic <V> boolean isIngredientBlacklisted(V ingredient)
isIngredientBlacklisted in interface mezz.jei.api.ingredients.IIngredientBlacklist