sel-server ~master (2020-01-04T15:07:44Z)
Dub
Repo
BedrockServerImpl
sel
server
bedrock
Undocumented in source.
alias
BedrockServerImpl
(
string
[][
uint
]
supportedProtocols
)
=
BedrockServerImpl
!(
supportedProtocols
.
keys
)
template
BedrockServerImpl
(uint[] rawSupportedProtocols)
template
BedrockServerImpl (
uint
[]
rawSupportedProtocols
)
if
(
checkProtocols
(
rawSupportedProtocols
,
bedrockSupportedProtocols
.
keys
).
length
) {
enum
supportedProtocols
;
class
BedrockServerImpl
;
class
RaknetSession
;
class
BedrockClient
;
enum
uint
[
uint
]
same
;
template
BedrockClientOf
(uint __protocol)
;
}
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
Source
See Implementation
sel
server
bedrock
aliases
BedrockServerImpl
classes
BedrockServer
functions
createAddress
manifest constants
__magic
variables
bedrockSupportedProtocols