element.getRotation: Difference between revisions
Jump to navigation
Jump to search
m (Mex moved page Transformable.getRotation to transformable.getRotation) |
(No difference)
|
Revision as of 14:58, 24 August 2019
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.
Parameters
| void | This method doesn't take any parameters. |
Return
| Vec3 | A Vec3 containing the rotation of the transformable, in XYZ euler angles. |
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.