pub fn set_pos(pid: u16, x: f64, y: f64, z: f64)Expand description
Set the position of a player.
This changes the positional coordinates recorded for that player in the server memory, but
does not by itself send a packet.
pid The player ID.
x The X position.
y The Y position.
z The Z position.
Returns void