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.IIngredientBlacklist
public <V> void removeIngredientFromBlacklist(V ingredient)
removeIngredientFromBlacklist
in interface mezz.jei.api.ingredients.IIngredientBlacklist
public <V> boolean isIngredientBlacklisted(V ingredient)
isIngredientBlacklisted
in interface mezz.jei.api.ingredients.IIngredientBlacklist