ClientboundMapItemData

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(long mapId, uint update, ubyte scale, Vector!(int, "xz") size, Vector!(int, "xz") offset, ubyte[] data, soupply.bedrock160.types.Decoration[] decorations)
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.
DECORATIONS
enum uint DECORATIONS;
Undocumented in source.
ENTITIES
enum uint ENTITIES;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
TEXTURE
enum uint TEXTURE;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
decorations
soupply.bedrock160.types.Decoration[] decorations;
Undocumented in source.
mapId
long mapId;
Undocumented in source.
offset
Vector!(int, "xz") offset;
Undocumented in source.
scale
ubyte scale;
Undocumented in source.
size
Vector!(int, "xz") size;
Undocumented in source.
update
uint update;
Undocumented in source.

Meta