Name | armor_pose |
Object | EntityTag |
Input | MapTag |
Related Tags | <EntityTag.armor_pose_map> Returns a map of all poses and angles for the armor stand. (...)
|
Description | Sets the angle for various parts of the armor stand.
For example, [head=4.5,3,4.5;body=5.4,3.2,1] Valid parts: HEAD, BODY, LEFT_ARM, RIGHT_ARM, LEFT_LEG, RIGHT_LEG Angles are in radians! Here's a website to help you figure out the correct values: https://b-universe.github.io/Minecraft-ArmorStand/. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityArmorPose.java#L134 |