BedrockServer

Undocumented in source.

Constructors

this
this(ServerInfo info, uint[] protocols, uint[] supportedProtocols, Handler handler)
Undocumented in source.

Members

Properties

defaultPort
ushort defaultPort [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From GenericGameServer

_protocols
immutable(uint)[] _protocols;
Undocumented in source.
handler
Handler handler;
Undocumented in source.
protocols
immutable(uint)[] protocols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
protocols
uint[] protocols [@property setter]
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.

Meta