ClientDbClient

Undocumented in source.

Members

Functions

clientName
string clientName(ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleClientPositionPacket
void handleClientPositionPacket(ubyte[] packetData, ClientId peer)
Undocumented in source. Be warned that the author may not have intended to support it.
handleGameStartPacket
void handleGameStartPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSessionInfoPacket
void handleSessionInfoPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSpawnPacket
void handleSpawnPacket(ubyte[] packetData, ClientId peer)
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, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleUserLoggedOutPacket
void handleUserLoggedOutPacket(ubyte[] packetData, ClientId clientId)
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.
onSendClientSettingsEvent
void onSendClientSettingsEvent(SendClientSettingsEvent event)
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.login.plugininfo)
Undocumented in source.

Variables

clientNames
string[ClientId] clientNames;
Undocumented in source.
isSpawned
bool isSpawned;
Undocumented in source.
thisClientId
ClientId thisClientId;
Undocumented in source.

Meta