Text

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte type, bool unknown1)
Undocumented in source.

Members

Aliases

Variants
alias Variants = TypeTuple!(Raw, Chat, Translation, Popup, JukeboxPopup, Tip, System, Whisper, Announcement)
Undocumented in source.

Classes

Announcement
class Announcement
Undocumented in source.
Chat
class Chat
Undocumented in source.
JukeboxPopup
class JukeboxPopup
Undocumented in source.
Popup
class Popup
Undocumented in source.
Raw
class Raw
Undocumented in source.
System
class System
Undocumented in source.
Tip
class Tip
Undocumented in source.
Translation
class Translation
Undocumented in source.
Whisper
class Whisper
Undocumented in source.

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.
type
ubyte type;
Undocumented in source.
unknown1
bool unknown1;
Undocumented in source.
variantField
enum string variantField;
Undocumented in source.

Meta