Jump to content

API:Sides

From Advanced Computers Wiki
Revision as of 00:07, 2 August 2026 by GHXX (talk | contribs) (Created page with "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: {| class="wikitable" |+ Side mapping |- ! 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 |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

Side mapping
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