public class IngredientBlacklistInternal
extends java.lang.Object
Constructor and Description |
---|
IngredientBlacklistInternal() |
Modifier and Type | Method and Description |
---|---|
<V> void |
addIngredientToBlacklist(V ingredient,
IIngredientHelper<V> ingredientHelper) |
<V> boolean |
isIngredientBlacklistedByApi(V ingredient,
IIngredientHelper<V> ingredientHelper) |
<V> void |
removeIngredientFromBlacklist(V ingredient,
IIngredientHelper<V> ingredientHelper) |
public <V> void addIngredientToBlacklist(V ingredient, IIngredientHelper<V> ingredientHelper)
public <V> void removeIngredientFromBlacklist(V ingredient, IIngredientHelper<V> ingredientHelper)
public <V> boolean isIngredientBlacklistedByApi(V ingredient, IIngredientHelper<V> ingredientHelper)