PlayerAction

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(long entityId, int action, soupply.bedrock160.types.BlockPosition position, int face)
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

ABORT_BREAK
enum int ABORT_BREAK;
Undocumented in source.
BUILD_DENIED
enum int BUILD_DENIED;
Undocumented in source.
CHANGE_SKIN
enum int CHANGE_SKIN;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
CONTINUE_BREAK
enum int CONTINUE_BREAK;
Undocumented in source.
DROP_ITEM
enum int DROP_ITEM;
Undocumented in source.
GET_UPDATED_BLOCK
enum int GET_UPDATED_BLOCK;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
JUMP
enum int JUMP;
Undocumented in source.
RESPAWN
enum int RESPAWN;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
START_BREAK
enum int START_BREAK;
Undocumented in source.
START_GLIDING
enum int START_GLIDING;
Undocumented in source.
START_SLEEPING
enum int START_SLEEPING;
Undocumented in source.
START_SNEAK
enum int START_SNEAK;
Undocumented in source.
START_SPRINT
enum int START_SPRINT;
Undocumented in source.
STOP_BREAK
enum int STOP_BREAK;
Undocumented in source.
STOP_GLIDING
enum int STOP_GLIDING;
Undocumented in source.
STOP_SLEEPING
enum int STOP_SLEEPING;
Undocumented in source.
STOP_SNEAK
enum int STOP_SNEAK;
Undocumented in source.
STOP_SPRINT
enum int STOP_SPRINT;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
action
int action;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
face
int face;
Undocumented in source.
position
soupply.bedrock160.types.BlockPosition position;
Undocumented in source.

Meta