| Name | <ItemTag.raw_nbt> |
| Returns | MapTag |
| Mechanism | ItemTag.raw_nbt |
| Description | Returns a map of all non-default raw NBT on this item.
Refer to format details at Raw NBT Encoding. Deprecated in favor of ItemTag.custom_data on MC 1.20+. |
| Generated Example | |
| Deprecated | use 'ItemTag.custom_data' |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemRawNBT.java#L362 |