transformable.getRotation
Method
Server Only
Online and Offline
Available since Server 1.0.0
Vec3 transformable.getRotation(void)
The transformable.getRotation method is used to fetch the 3D rotation for the transformable, in XYZ euler angles, in radians.
Parameters
void | This method doesn't take any parameters. |
Return
Vec3 | A Vec3 containing the rotation of the transformable, in XYZ euler angles, in radians. |
Types
Client
Transformable
Notes
- This function is computationally expensive, use Entity.heading instead if you only need to fetch the Z rotation.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.