@Deprecated
public class ItemBlacklist
extends java.lang.Object
implements mezz.jei.api.IItemBlacklist
Constructor and Description |
---|
ItemBlacklist(mezz.jei.api.ingredients.IIngredientBlacklist ingredientBlacklist)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addItemToBlacklist(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
boolean |
isItemBlacklisted(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
void |
removeItemFromBlacklist(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
public ItemBlacklist(mezz.jei.api.ingredients.IIngredientBlacklist ingredientBlacklist)
public void addItemToBlacklist(net.minecraft.item.ItemStack itemStack)
addItemToBlacklist
in interface mezz.jei.api.IItemBlacklist
public void removeItemFromBlacklist(net.minecraft.item.ItemStack itemStack)
removeItemFromBlacklist
in interface mezz.jei.api.IItemBlacklist
public boolean isItemBlacklisted(net.minecraft.item.ItemStack itemStack)
isItemBlacklisted
in interface mezz.jei.api.IItemBlacklist