MoveEntityDelta

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte flags, int xDiff, int yDiff, int zDiff, byte xRot, byte yRot, byte zRot)
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.
HAS_DIFF_X
enum ubyte HAS_DIFF_X;
Undocumented in source.
HAS_DIFF_Y
enum ubyte HAS_DIFF_Y;
Undocumented in source.
HAS_DIFF_Z
enum ubyte HAS_DIFF_Z;
Undocumented in source.
HAS_ROT_X
enum ubyte HAS_ROT_X;
Undocumented in source.
HAS_ROT_Y
enum ubyte HAS_ROT_Y;
Undocumented in source.
HAS_ROT_Z
enum ubyte HAS_ROT_Z;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.
xDiff
int xDiff;
Undocumented in source.
xRot
byte xRot;
Undocumented in source.
yDiff
int yDiff;
Undocumented in source.
yRot
byte yRot;
Undocumented in source.
zDiff
int zDiff;
Undocumented in source.
zRot
byte zRot;
Undocumented in source.

Meta