UpdateStructureBlock

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ulong location, uint action, uint mode, Vector!(byte, "xyz") offset, Vector!(ubyte, "xyz") size, uint mirror, uint rotation, string metadata, float integrity, ulong speed, 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

CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
CLOCKWISE_180
enum uint CLOCKWISE_180;
Undocumented in source.
CLOCKWISE_90
enum uint CLOCKWISE_90;
Undocumented in source.
CORNER
enum uint CORNER;
Undocumented in source.
COUNTERCLOCKWISE_90
enum uint COUNTERCLOCKWISE_90;
Undocumented in source.
DATA
enum uint DATA;
Undocumented in source.
DETECT_SIZE
enum uint DETECT_SIZE;
Undocumented in source.
FRONT_BACK
enum uint FRONT_BACK;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
IGNORE_ENTITIES
enum ubyte IGNORE_ENTITIES;
Undocumented in source.
LEFT_RIGHT
enum uint LEFT_RIGHT;
Undocumented in source.
LOAD
enum uint LOAD;
Undocumented in source.
LOAD_STRUCTURE
enum uint LOAD_STRUCTURE;
Undocumented in source.
NONE
enum uint NONE;
Undocumented in source.
SAVE
enum uint SAVE;
Undocumented in source.
SAVE_STRUCTURE
enum uint SAVE_STRUCTURE;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SHOW_AIR
enum ubyte SHOW_AIR;
Undocumented in source.
SHOW_BOUNDING_BOX
enum ubyte SHOW_BOUNDING_BOX;
Undocumented in source.
UPDATE_DATA
enum uint UPDATE_DATA;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
action
uint action;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.
integrity
float integrity;
Undocumented in source.
location
ulong location;
Undocumented in source.
metadata
string metadata;
Undocumented in source.
mirror
uint mirror;
Undocumented in source.
mode
uint mode;
Undocumented in source.
offset
Vector!(byte, "xyz") offset;
Undocumented in source.
rotation
uint rotation;
Undocumented in source.
size
Vector!(ubyte, "xyz") size;
Undocumented in source.
speed
ulong speed;
Undocumented in source.

Meta