Enumeration DirectionBeta

A general purpose relative direction enumeration.

Enumeration Members

Enumeration Members

Down: "Down"

Remarks

Returns the block beneath (y - 1) of this item.

East: "East"

Remarks

Returns the block to the east (x + 1) of this item.

North: "North"

Remarks

Returns the block to the east (z + 1) of this item.

South: "South"

Remarks

Returns the block to the south (z - 1) of this item.

Up: "Up"

Remarks

Returns the block above (y + 1) of this item.

West: "West"

Remarks

Returns the block to the west (x - 1) of this item.