@Deprecated public class ItemBlacklist extends java.lang.Object implements IItemBlacklist
Constructor and Description |
---|
ItemBlacklist(IngredientBlacklist ingredientBlacklist)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addItemToBlacklist(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
boolean |
isItemBlacklisted(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
boolean |
isItemBlacklistedByApi(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
void |
removeItemFromBlacklist(net.minecraft.item.ItemStack itemStack)
Deprecated.
|
public ItemBlacklist(IngredientBlacklist ingredientBlacklist)
@Deprecated public void addItemToBlacklist(net.minecraft.item.ItemStack itemStack)
IItemBlacklist
OreDictionary.WILDCARD_VALUE
meta for wildcard.
Items blacklisted with this API can't be seen in the config or in edit mode.addItemToBlacklist
in interface IItemBlacklist
@Deprecated public void removeItemFromBlacklist(net.minecraft.item.ItemStack itemStack)
IItemBlacklist
removeItemFromBlacklist
in interface IItemBlacklist
@Deprecated public boolean isItemBlacklisted(net.minecraft.item.ItemStack itemStack)
IItemBlacklist
isItemBlacklisted
in interface IItemBlacklist
@Deprecated public boolean isItemBlacklistedByApi(net.minecraft.item.ItemStack itemStack)