setRotation abstract method
Directly sets the rotation for entity
to rads
around the axis {x,y,z}, skipping all collision detection.
Implementation
Future setRotation(
ThermionEntity entity, double rads, double x, double y, double z);
Directly sets the rotation for entity
to rads
around the axis {x,y,z}, skipping all collision detection.
Future setRotation(
ThermionEntity entity, double rads, double x, double y, double z);