Skip to content

@minecraft/server


@minecraft/server / Direction

Enumeration: Direction ​

Defined in: @minecraft/server/index.d.ts:477

A general purpose relative direction enumeration.

Enumeration Members ​

Down ​

Down: "Down"

Defined in: @minecraft/server/index.d.ts:483

Remarks ​

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


East ​

East: "East"

Defined in: @minecraft/server/index.d.ts:489

Remarks ​

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


North ​

North: "North"

Defined in: @minecraft/server/index.d.ts:495

Remarks ​

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


South ​

South: "South"

Defined in: @minecraft/server/index.d.ts:501

Remarks ​

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


Up ​

Up: "Up"

Defined in: @minecraft/server/index.d.ts:507

Remarks ​

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


West ​

West: "West"

Defined in: @minecraft/server/index.d.ts:513

Remarks ​

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