PlayerList

Informations about a player that will be added to the player's list in the pause menu.

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.
displayName
string displayName;

Player's display name, that can contain Minecraft's formatting codes. It shouldn't contain suffixes nor prefixes.

entityId
long entityId;

Player's id, used to associate the skin with the game's entity spawned with AddPlayer.

skin
sul.protocol.pocket101.types.Skin skin;

Player's skin usually given in the Login's packet body.

uuid
UUID uuid;

UUID of the player. If it's associated with an XBOX Live account the player's profile will also be available in pause menu.

Meta