CustomMap

Undocumented in source.

Constructors

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

Inherited Members

From Map

ONE_BLOCK_PER_PIXEL
ubyte ONE_BLOCK_PER_PIXEL;
Undocumented in source.
TWO_BLOCKS_PER_PIXEL
ubyte TWO_BLOCKS_PER_PIXEL;
Undocumented in source.
FOUR_BLOCKS_PER_PIXEL
ubyte FOUR_BLOCKS_PER_PIXEL;
Undocumented in source.
EIGHT_BLOCKS_PER_PIXEL
ubyte EIGHT_BLOCKS_PER_PIXEL;
Undocumented in source.
SIXTEEN_BLOCKS_PER_PIXEL
ubyte SIXTEEN_BLOCKS_PER_PIXEL;
Undocumented in source.
id
ushort id;
Undocumented in source.
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.
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.
opIndexAssign
MapColor opIndexAssign(uint x, uint z)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(MapColor color, uint x, uint z)
Undocumented in source. Be warned that the author may not have intended to support it.
Colors
enum Colors
Undocumented in source.
closestColor
MapColor closestColor(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta