Enumeration: Direction
Beta
通用枚举之一。表示朝向。
A general purpose relative direction enumeration.
Enumeration Members
Down
Down:
"Down"
Beta
Remarks
表示下方(y - 1)。
Returns the Block beneath (y - 1) of this item.
East
East:
"East"
Beta
Remarks
表示东方(x + 1)。
Returns the Block to the east (x + 1) of this item.
North
North:
"North"
Beta
Remarks
表示北方(z - 1)。
Returns the Block to the east (z + 1) of this item.
South
South:
"South"
Beta
Remarks
表示南方(z + 1)。
Returns the Block to the south (z - 1) of this item.
Up
Up:
"Up"
Beta
Remarks
表示上方(y + 1)。
Returns the Block above (y + 1) of this item.
West
West:
"West"
Beta
Remarks
表示西方(x - 1)。
Returns the Block to the west (x - 1) of this item.
