| Name | visual_pose |
| Object | EntityTag |
| Input | ElementTag |
| Related Tags | <EntityTag.visual_pose> Returns the name of the entity's current visual pose. (...)
|
| Description | Sets the entity's visual pose, must be one of https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Pose.html.
Note that not all entities support all poses, some are only supported by specific entity types. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3189 |