Name | raw_nbt |
Object | EntityTag |
Input | MapTag |
Related Tags | <EntityTag.all_raw_nbt> Returns the entity's entire raw NBT data as a MapTag. (...)
|
Description | Modifies an entity's raw NBT data based on the input MapTag.
The input MapTag must be in MapTag NBT format (Raw NBT Encoding), and needs to be strictly perfect. This doesn't override all the entity's data, only the values specified in the input map are set. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3283 |