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 651 mechanisms...
Nameon_back
ObjectEntityTag
InputElementTag(Boolean)
Related Tags<EntityTag.on_back> (Property) Returns whether a panda is on its back.
Description(Property) Sets whether a panda is on its back.
Generated Example
- adjust <player> on_back:false
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityOnBack.java#L10