HeadlessCell

Constructors

this
this(Display display, Position position, string type)
Undocumented in source.

Inherited Members

From Cell

__anonymous
mixin Object3D.ImplementConst
Undocumented in source.
type
string type;

Type of the cell.

seed
ulong seed;

Seed to use for RNG calls related to generation of this cell's resources.

make
Cell make(Display display, Position position, string type)

Create a cell with the current renderer.

getTile
Pack.Resource!string getTile()
getSide
Pack.Resource!string[4] getSide()
getDecoration
Pack.Resource!string[] getDecoration(ResourceOptions* tileOptions)
getNeighbor
Cell getNeighbor(ubyte direction)

Get a neighbor in given direction.

getVisualNeighbor
Cell getVisualNeighbor(ubyte direction)

Get a visual neighbour in given direction — this will take cell offset into account.

Meta