ClientSettings

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string language, ubyte viewDistance, uint chatMode, bool chatColors, ubyte displayedSkinParts, ubyte mainHand)
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

CAPE
enum ubyte CAPE;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
COMMANDS_ONLY
enum uint COMMANDS_ONLY;
Undocumented in source.
DISABLED
enum uint DISABLED;
Undocumented in source.
ENABLED
enum uint ENABLED;
Undocumented in source.
HAT
enum ubyte HAT;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
JACKET
enum ubyte JACKET;
Undocumented in source.
LEFT
enum ubyte LEFT;
Undocumented in source.
LEFT_PANTS
enum ubyte LEFT_PANTS;
Undocumented in source.
LEFT_SLEEVE
enum ubyte LEFT_SLEEVE;
Undocumented in source.
RIGHT
enum ubyte RIGHT;
Undocumented in source.
RIGHT_PANTS
enum ubyte RIGHT_PANTS;
Undocumented in source.
RIGHT_SLEEVE
enum ubyte RIGHT_SLEEVE;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
chatColors
bool chatColors;
Undocumented in source.
chatMode
uint chatMode;
Undocumented in source.
displayedSkinParts
ubyte displayedSkinParts;
Undocumented in source.
language
string language;
Undocumented in source.
mainHand
ubyte mainHand;
Undocumented in source.
viewDistance
ubyte viewDistance;
Undocumented in source.

Meta