- acceptNode
bool acceptNode(Address address)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(AbstractNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(WebAdminClient webAdmin)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(RconClient rcon)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleCommand
void handleCommand(string command, ubyte origin, Address sender, int commandId)
- handleLog
void handleLog(string node, Log.Message[] messages, ulong timestamp, int commandId, int worldId, string worldName)
- nodeById
shared(AbstractNode) nodeById(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeByName
shared(AbstractNode) nodeByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- onBedrockClientRequestChunkRadius
void onBedrockClientRequestChunkRadius(Client client, uint viewDistance)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClientJoin
void onClientJoin(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClientLeft
void onClientLeft(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClientPacket
void onClientPacket(Client client, ubyte[] packet)
Undocumented in source. Be warned that the author may not have intended to support it.
- onJavaClientClientSettings
void onJavaClientClientSettings(Client client, string language, ubyte viewDistance, uint chatMode, bool chatColors, ubyte skinParts, uint mainHand)
Undocumented in source. Be warned that the author may not have intended to support it.
- playerFromId
shared(PlayerSession) playerFromId(immutable(uint) id)
Undocumented in source. Be warned that the author may not have intended to support it.
- playerFromIdentifier
shared(PlayerSession) playerFromIdentifier(ubyte[] idf)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(AbstractNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(WebAdminClient webAdmin)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(RconClient rcon)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
- config
const(Config) config [@property getter]
- download
uint download [@property getter]
Gets the server's configuration.
- full
const(bool) full [@property getter]
Indicates whether the server is full.
- hasNodes
bool hasNodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- icon
const(Icon) icon [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- info
shared(ServerInfo) info [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- logger
Logger logger [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- mainNode
shared(AbstractNode) mainNode [@property getter]
- mainNodes
shared(AbstractNode)[] mainNodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxPlayers
int maxPlayers [@property getter]
Gets the number of max players.
- nextPool
ulong nextPool [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nextUUID
UUID nextUUID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeNames
string[] nodeNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nodesList
shared(AbstractNode[]) nodesList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onlinePlayers
uint onlinePlayers [@property getter]
Gets the number of online players.
- players
shared(PlayerSession[]) players [@property getter]
- plugins
const(Plugin)[] plugins [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- updateMaxPlayers
void updateMaxPlayers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- upload
uint upload [@property getter]
Gets the server's configuration.
- uptime
uint uptime [@property getter]
Gets the server's uptime in milliseconds.