Closed Snaipe closed 10 years ago
If the item stack passed in the constructor was manually created (and thus not a CraftItemStack), it will fail to find the handle and accessing the tag won't work.
I don't know how to fix it, because only CraftItemStack has nbt. I experiment with item metadata
fixed. But with restrictions: you can edit tags only allowed by ItemMeta
If the item stack passed in the constructor was manually created (and thus not a CraftItemStack), it will fail to find the handle and accessing the tag won't work.