ClientManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clientName
string clientName(SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
clientNames
string[EntityId] clientNames()
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.
isLoggedIn
bool isLoggedIn(SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
isSpawned
bool isSpawned(SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
isSpawned
bool isSpawned(Session* session)
Undocumented in source. Be warned that the author may not have intended to support it.
loggedInClients
auto loggedInClients()
Undocumented in source. Be warned that the author may not have intended to support it.
onAddActive
void onAddActive(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onDimensionSpawnCommand
void onDimensionSpawnCommand(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onPreloadBox
void onPreloadBox(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onRemoveActive
void onRemoveActive(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onSpawnCommand
void onSpawnCommand(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onTeleport
void onTeleport(CommandParams params)
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.
setDimensionSpawn
void setDimensionSpawn(DimensionId dimension, Session* session)
Undocumented in source. Be warned that the author may not have intended to support it.
setWorldSpawn
void setWorldSpawn(DimensionId dimension, Session* session)
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

clientPosMan
ClientPositionManager clientPosMan;
Undocumented in source.
db
ClientDb db;
Undocumented in source.
sessions
SessionManager sessions;
Undocumented in source.

Meta