Skin

Player's skin.

Members

Functions

decode
void decode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

FIELDS
enum string[] FIELDS;
Undocumented in source.
data
ubyte[] data;

Bytes of the skin in format RGBA. The length should be 8192 or 16382.

name
string name;

Name of the skin. It's used to render the shape of the skin correctly.

Meta