setRotation method
Directly sets the rotation for entity
to rads
around the axis {x,y,z}, skipping all collision detection.
Implementation
@override
Future setRotation(
ThermionEntity entity, double rads, double x, double y, double z) {
// TODO: implement setRotation
throw UnimplementedError();
}