BedrockServerImpl

Undocumented in source.
  1. alias BedrockServerImpl(string[][uint] supportedProtocols) = BedrockServerImpl!(supportedProtocols.keys)
  2. template BedrockServerImpl(uint[] rawSupportedProtocols)
    template BedrockServerImpl (
    uint[] rawSupportedProtocols
    ) if (
    checkProtocols(rawSupportedProtocols, bedrockSupportedProtocols.keys).length
    ) {}

Members

Classes

BedrockClient
class BedrockClient
Undocumented in source.
BedrockServerImpl
class BedrockServerImpl
Undocumented in source.
RaknetSession
class RaknetSession
Undocumented in source.

Manifest constants

supportedProtocols
enum supportedProtocols;
Undocumented in source.

Templates

BedrockClientOf
template BedrockClientOf(uint __protocol)
Undocumented in source.

Variables

same
enum uint[uint] same;
Undocumented in source.

Meta