itemtag.all_raw_nbt
out of 3856 meta-documentation entries...Name | <ItemTag.all_raw_nbt> |
Returns | MapTag |
Mechanism | ItemTag.raw_nbt |
Description | Returns a map of all raw NBT on this item, including default values.
Refer to format details at Raw NBT Encoding. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemRawNBT.java#L348 |
Name | raw_nbt |
Object | ItemTag |
Input | MapTag |
Related Tags | <ItemTag.raw_nbt> Returns a map of all non-default raw NBT on this item. (...)
<ItemTag.all_raw_nbt> Returns a map of all raw NBT on this item, including default values. (...)
|
Description | Sets the given map of raw NBT keys onto this item.
Note that the input format must be strictly perfect. Refer to Raw NBT Encoding for explanation of the input format. Deprecated in favor of ItemTag.custom_data on MC 1.20+. |
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#L330 |