Entity.velocity

Gets the motion as pc's velocity, ready to be encoded in a packet. Due to this encoding limitation, the entity's motion should never be higher than 4.096 (2^15 / 8000). If it is, it will be clamped.

class Entity
@property @safe
Vector3!short
velocity
()

Meta