@minecraft/server
    Preparing search index...

    Enumeration DirectionBeta

    A general purpose relative direction enumeration.

    Index

    Enumeration Members

    Enumeration Members

    Down: "Down"

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

    East: "East"

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

    North: "North"

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

    South: "South"

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

    Up: "Up"

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

    West: "West"

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