setPosition method
Directly sets the world space position for entity
to the given coordinates, skipping all collision detection.
Implementation
@override
Future setPosition(ThermionEntity entity, double x, double y, double z) {
// TODO: implement setPosition
throw UnimplementedError();
}