ClientSession

Undocumented in source.

Members

Functions

clientName
string clientName(EntityId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleClientPositionPacket
void handleClientPositionPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
handleDimensionInfoPacket
void handleDimensionInfoPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
handleGameStartPacket
void handleGameStartPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSessionInfoPacket
void handleSessionInfoPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSpawnPacket
void handleSpawnPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
handleThisClientDisconnected
void handleThisClientDisconnected(ThisClientDisconnectedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleUserLoggedInPacket
void handleUserLoggedInPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
handleUserLoggedOutPacket
void handleUserLoggedOutPacket(ubyte[] packetData)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.session.plugininfo"
Undocumented in source.

Variables

clientNames
string[EntityId] clientNames;
Undocumented in source.
isSpawned
bool isSpawned;
Undocumented in source.
thisEntityId
EntityId thisEntityId;
Undocumented in source.
thisSessionId
EntityId thisSessionId;
Undocumented in source.

Meta