ClientPosition

Undocumented in source.
@Component("session.ClientPosition", Replication.toDb)
struct ClientPosition {}

Members

Functions

chunk
ChunkWorldPos chunk()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dimPos
ClientDimPos dimPos;
Undocumented in source.
dimension
DimensionId dimension;
Undocumented in source.
positionKey
ubyte positionKey;

Used to reject wrong positions from client. Client sends positions updates with latest known key and server only accepts positions matching this key. After dimension change key is incremented.

Meta