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