setPosition abstract method
Directly sets the world space position for entity
to the given coordinates.
Implementation
Future setPosition(ThermionEntity entity, double x, double y, double z);
Directly sets the world space position for entity
to the given coordinates.
Future setPosition(ThermionEntity entity, double x, double y, double z);