AddPlayer

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(soupply.bedrock160.types.McpeUuid uuid, string username, long entityId, ulong runtimeId, Vector!(float, "xyz") position, Vector!(float, "xyz") motion, float pitch, float headYaw, float yaw, soupply.bedrock160.types.Slot heldItem, Metadata metadata, uint unknown11, uint unknown12, uint unknown13, uint unknown14, uint unknown15, long unknown16, soupply.bedrock160.types.Link[] links)
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.
entityId
long entityId;
Undocumented in source.
headYaw
float headYaw;
Undocumented in source.
heldItem
soupply.bedrock160.types.Slot heldItem;
Undocumented in source.
links
soupply.bedrock160.types.Link[] links;
Undocumented in source.
metadata
Metadata metadata;
Undocumented in source.
motion
Vector!(float, "xyz") motion;
Undocumented in source.
pitch
float pitch;
Undocumented in source.
position
Vector!(float, "xyz") position;
Undocumented in source.
runtimeId
ulong runtimeId;
Undocumented in source.
unknown11
uint unknown11;
Undocumented in source.
unknown12
uint unknown12;
Undocumented in source.
unknown13
uint unknown13;
Undocumented in source.
unknown14
uint unknown14;
Undocumented in source.
unknown15
uint unknown15;
Undocumented in source.
unknown16
long unknown16;
Undocumented in source.
username
string username;
Undocumented in source.
uuid
soupply.bedrock160.types.McpeUuid uuid;
Undocumented in source.
yaw
float yaw;
Undocumented in source.

Meta