Enumeration DirectionBeta

Represents a direction for expressing relative position or facing.

Enumeration Members

Enumeration Members

down: "down"

Remarks

Represents an object located or facing in the down (z - 1) direction.

east: "east"

Remarks

Represents an object located or facing in the east (x + 1) direction.

north: "north"

Remarks

Represents an object located or facing in the north (z - 1) direction.

south: "south"

Remarks

Represents an object located or facing in the south (z + 1) direction.

up: "up"

Remarks

Represents an object located or facing in the up (z + 1) direction.

west: "west"

Remarks

Represents an object located or facing in the west (x - 1) direction.