MovePlayer

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(long entityId, Vector!(float, "xyz") position, float pitch, float headYaw, float yaw, ubyte animation, bool onGround, long unknown7, int unknown8, int unknown9)
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.
FULL
enum ubyte FULL;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
NONE
enum ubyte NONE;
Undocumented in source.
PITCH
enum ubyte PITCH;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
TELEPORT
enum ubyte TELEPORT;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
animation
ubyte animation;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
headYaw
float headYaw;
Undocumented in source.
onGround
bool onGround;
Undocumented in source.
pitch
float pitch;
Undocumented in source.
position
Vector!(float, "xyz") position;
Undocumented in source.
unknown7
long unknown7;
Undocumented in source.
unknown8
int unknown8;
Undocumented in source.
unknown9
int unknown9;
Undocumented in source.
yaw
float yaw;
Undocumented in source.

Meta