PlayerDigging

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint status, ulong position, ubyte 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

CANCEL_DIGGING
enum uint CANCEL_DIGGING;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
DROP_ITEM
enum uint DROP_ITEM;
Undocumented in source.
DROP_ITEM_STACK
enum uint DROP_ITEM_STACK;
Undocumented in source.
FINISH_DIGGING
enum uint FINISH_DIGGING;
Undocumented in source.
FINISH_EATING
enum uint FINISH_EATING;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SHOOT_ARROW
enum uint SHOOT_ARROW;
Undocumented in source.
START_DIGGING
enum uint START_DIGGING;
Undocumented in source.
SWAP_ITEM_IN_HAND
enum uint SWAP_ITEM_IN_HAND;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
face
ubyte face;
Undocumented in source.
position
ulong position;
Undocumented in source.
status
uint status;
Undocumented in source.

Meta