跳转至

Direction

文档版本:1.21.0.24

Direction枚举。script_api.mojang-minecraft.direction.description

常量

down
static read-only down = 0;
east
static read-only east = 5;
north
static read-only north = 2;
south
static read-only south = 3;
up
static read-only up = 1;
west
static read-only west = 4;