soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
PluginRequest
soupply
java393
protocol
login_clientbound
Undocumented in source.
class
PluginRequest :
Java393Packet
{
enum
uint
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
string
[]
__fields
;
@
Var
uint
messageId
;
string
channel
;
@
NoLength
ubyte
[]
data
;
this
();
this
(uint messageId, string channel, ubyte[] data);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint messageId, string channel, ubyte[] data)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Make
Undocumented in source.
Static functions
fromBuffer
typeof
(
this
)
fromBuffer
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
CLIENTBOUND
enum
bool
CLIENTBOUND
;
Undocumented in source.
ID
enum
uint
ID
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
channel
string
channel
;
Undocumented in source.
data
ubyte
[]
data
;
Undocumented in source.
messageId
uint
messageId
;
Undocumented in source.
Meta
Source
See Implementation
soupply
java393
protocol
login_clientbound
aliases
Packets
classes
Disconnect
EncryptionRequest
LoginSuccess
PluginRequest
SetCompression