Denizen Script Mechanisms


Mechanisms are found in object properties, the 'adjust' command, and similar. These are used to change the state of an object.
Learn about how mechanisms work in The Beginner's Guide.


Showing 1 out of 632 mechanisms...
Nameraw_nbt
ObjectEntityTag
InputMapTag
Related Tags<EntityTag.all_raw_nbt> Returns the entity's entire raw NBT data as a MapTag. (...)
DescriptionModifies an entity's raw NBT data based on the input MapTag.
The input MapTag must be in MapTag NBT format (Language: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.
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3285