public interface IItemBlacklist
| Modifier and Type | Method and Description |
|---|---|
void |
addItemToBlacklist(net.minecraft.item.ItemStack itemStack)
Stop JEI from displaying a specific item in the item list.
|
boolean |
isItemBlacklisted(net.minecraft.item.ItemStack itemStack)
Returns true if the item is blacklisted and will not be displayed in the item list.
|
void |
removeItemFromBlacklist(net.minecraft.item.ItemStack itemStack)
Undo blacklisting an item.
|
void addItemToBlacklist(@Nonnull
net.minecraft.item.ItemStack itemStack)
void removeItemFromBlacklist(@Nonnull
net.minecraft.item.ItemStack itemStack)
boolean isItemBlacklisted(@Nonnull
net.minecraft.item.ItemStack itemStack)