public class NbtIgnoreList extends java.lang.Object implements INbtIgnoreList
| Constructor and Description |
|---|
NbtIgnoreList() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getIgnoredNbtTags(java.util.Set<java.lang.String> nbtTagNames)
Get all the ignored tag names out of a set of NBT tag names.
|
net.minecraft.nbt.NBTTagCompound |
getNbt(net.minecraft.item.ItemStack itemStack)
Get NBT from an itemStack, minus the NBT that is being ignored.
|
void |
ignoreNbtTagNames(net.minecraft.item.Item item,
java.lang.String... nbtTagNames)
Tell JEI to ignore NBT tags on a specific item when comparing items for recipes.
|
void |
ignoreNbtTagNames(java.lang.String... nbtTagNames)
Deprecated.
|
boolean |
isNbtTagIgnored(java.lang.String nbtTagName)
Check to see if an NBT tag is ignored.
|
@Deprecated public void ignoreNbtTagNames(java.lang.String... nbtTagNames)
INbtIgnoreListignoreNbtTagNames in interface INbtIgnoreListpublic void ignoreNbtTagNames(@Nullable
net.minecraft.item.Item item,
java.lang.String... nbtTagNames)
INbtIgnoreListignoreNbtTagNames in interface INbtIgnoreListpublic boolean isNbtTagIgnored(@Nullable
java.lang.String nbtTagName)
INbtIgnoreListisNbtTagIgnored in interface INbtIgnoreList@Nonnull
public java.util.Set<java.lang.String> getIgnoredNbtTags(@Nullable
java.util.Set<java.lang.String> nbtTagNames)
INbtIgnoreListgetIgnoredNbtTags in interface INbtIgnoreList@Nullable
public net.minecraft.nbt.NBTTagCompound getNbt(@Nullable
net.minecraft.item.ItemStack itemStack)
INbtIgnoreListgetNbt in interface INbtIgnoreList