Script API - v1.19.70
    Preparing search index...

    Enumeration DirectionBeta

    Represents a direction for expressing relative position or facing.

    Index

    Enumeration Members

    Enumeration Members

    down: "down"

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

    east: "east"

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

    north: "north"

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

    south: "south"

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

    up: "up"

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

    west: "west"

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