Map

Undocumented in source.

Constructors

this
this(World world, ushort id, ubyte scale, MapColor[] data)
Undocumented in source.

Members

Enums

Colors
enum Colors
Undocumented in source.

Functions

opIndexAssign
void opIndexAssign(MapColor color, uint x, uint z)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
MapColor opIndexAssign(uint x, uint z)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
MapColor[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
MapColor[] data [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
scale
ubyte scale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scale
ubyte scale [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

closestColor
MapColor closestColor(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

EIGHT_BLOCKS_PER_PIXEL
ubyte EIGHT_BLOCKS_PER_PIXEL;
Undocumented in source.
FOUR_BLOCKS_PER_PIXEL
ubyte FOUR_BLOCKS_PER_PIXEL;
Undocumented in source.
ONE_BLOCK_PER_PIXEL
ubyte ONE_BLOCK_PER_PIXEL;
Undocumented in source.
SIXTEEN_BLOCKS_PER_PIXEL
ubyte SIXTEEN_BLOCKS_PER_PIXEL;
Undocumented in source.
TWO_BLOCKS_PER_PIXEL
ubyte TWO_BLOCKS_PER_PIXEL;
Undocumented in source.

Variables

id
ushort id;
Undocumented in source.

Meta