UpdateCommandBlock

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ulong location, string command, uint mode, ubyte flags)
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

AUTO
enum uint AUTO;
Undocumented in source.
AUTOMATIC
enum ubyte AUTOMATIC;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
CONDITIONAL
enum ubyte CONDITIONAL;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
REDSTONE
enum uint REDSTONE;
Undocumented in source.
SEQUENCE
enum uint SEQUENCE;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
TRACK_OUTPUT
enum ubyte TRACK_OUTPUT;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
command
string command;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.
location
ulong location;
Undocumented in source.
mode
uint mode;
Undocumented in source.

Meta