@Deprecated public class NbtIgnoreList extends java.lang.Object implements INbtIgnoreList
Constructor and Description |
---|
NbtIgnoreList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
net.minecraft.nbt.NBTTagCompound |
getNbt(net.minecraft.item.ItemStack itemStack)
Deprecated.
Get NBT from an itemStack, minus the NBT that is being ignored.
|
void |
ignoreNbtTagNames(net.minecraft.item.Item item,
java.lang.String... nbtTagNames)
Deprecated.
Tell JEI to ignore NBT tags on a specific item when comparing items for recipes.
|
void |
ignoreNbtTagNames(java.lang.String... nbtTagNames)
Deprecated.
Tell JEI to ignore NBT tags when comparing items for recipes.
|
public void ignoreNbtTagNames(java.lang.String... nbtTagNames)
INbtIgnoreList
ignoreNbtTagNames
in interface INbtIgnoreList
public void ignoreNbtTagNames(@Nullable net.minecraft.item.Item item, java.lang.String... nbtTagNames)
INbtIgnoreList
ignoreNbtTagNames
in interface INbtIgnoreList
@Nullable public net.minecraft.nbt.NBTTagCompound getNbt(@Nullable net.minecraft.item.ItemStack itemStack)
INbtIgnoreList
getNbt
in interface INbtIgnoreList