EntityAction

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint entityId, uint action, uint jumpBoost)
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.
LEAVE_BED
enum uint LEAVE_BED;
Undocumented in source.
OPEN_HORSE_INVENTORY
enum uint OPEN_HORSE_INVENTORY;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
START_ELYTRA_FLYING
enum uint START_ELYTRA_FLYING;
Undocumented in source.
START_HORSE_JUMP
enum uint START_HORSE_JUMP;
Undocumented in source.
START_SNEAKING
enum uint START_SNEAKING;
Undocumented in source.
START_SPRINTING
enum uint START_SPRINTING;
Undocumented in source.
STOP_HORSE_JUMP
enum uint STOP_HORSE_JUMP;
Undocumented in source.
STOP_SNEAKING
enum uint STOP_SNEAKING;
Undocumented in source.
STOP_SPRINTING
enum uint STOP_SPRINTING;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
action
uint action;
Undocumented in source.
entityId
uint entityId;
Undocumented in source.
jumpBoost
uint jumpBoost;
Undocumented in source.

Meta