API:Sides
Appearance
Several components refer to sides in method calls via an integer. Valid values are in the range 0 to 5, where each integer maps to the following absolute direction listed below:
| Numerical side value | Coordinate direction | Minecraft direction |
|---|---|---|
| 0 | +y | Up |
| 1 | -y | Down |
| 2 | +z | South |
| 3 | -z | North |
| 4 | +x | East |
| 5 | -x | West |