UpdateBlockEntity

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ulong position, ubyte action, ubyte[] nbt)
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

BANNER_DATA
enum ubyte BANNER_DATA;
Undocumented in source.
BEACON_POWERS
enum ubyte BEACON_POWERS;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
COMMAND_BLOCK_TEXT
enum ubyte COMMAND_BLOCK_TEXT;
Undocumented in source.
DECLARE_BED
enum ubyte DECLARE_BED;
Undocumented in source.
DECLARE_CONDUIT
enum ubyte DECLARE_CONDUIT;
Undocumented in source.
END_GATEWAY_DESTINATION
enum ubyte END_GATEWAY_DESTINATION;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
MOB_HEAD_DATA
enum ubyte MOB_HEAD_DATA;
Undocumented in source.
MOB_SPAWNER_DATA
enum ubyte MOB_SPAWNER_DATA;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SHULKER_BOX_DECLARATION
enum ubyte SHULKER_BOX_DECLARATION;
Undocumented in source.
SIGN_TEXT
enum ubyte SIGN_TEXT;
Undocumented in source.
STRUCTURE_DATA
enum ubyte STRUCTURE_DATA;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
action
ubyte action;
Undocumented in source.
nbt
ubyte[] nbt;
Undocumented in source.
position
ulong position;
Undocumented in source.

Meta