UpdateWorld

Updates the player's world. The player's dimension should be updated by the hub using worldId to identify the world added with AddWorld and removed with RemoveWorld.

Members

Mixins

__anonymous
mixin IO!(worldId)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
hubId
uint hubId;

Player's unique id given by the hub.

worldId
uint worldId;

World's id, that should have been previously added with the AddWorld packet.

Meta