BedrockClientOf.BedrockClientOf

Undocumented in source.

Constructors

this
this(RaknetSession session, uint protocol, string username, UUID uuid, string gameVersion)
Undocumented in source.

Members

Functions

createDisconnect
ubyte[] createDisconnect(string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Inherited Members

From BedrockClient

raknetSession
RaknetSession raknetSession;
Undocumented in source.
uncompression
Tid uncompression;
compression
Tid compression;
Undocumented in source.
startThreads
void startThreads()
Undocumented in source. Be warned that the author may not have intended to support it.
stopThreads
void stopThreads()
Undocumented in source. Be warned that the author may not have intended to support it.
parseClientData
void parseClientData(JSONValue[string] json)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] packet)

Sends a game packet to the client.

directSend
void directSend(ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnectImpl
void disconnectImpl(string message, bool translation, string[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
createDisconnect
ubyte[] createDisconnect(string message)
Undocumented in source.
sendData
void sendData(ubyte[][] packets)
Undocumented in source. Be warned that the author may not have intended to support it.
compressPackets
ubyte[][] compressPackets(ubyte[][] packets)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta