Jump to content

API:Sides: Difference between revisions

From Advanced Computers Wiki
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 |}"
 
No edit summary
 
Line 1: Line 1:
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:
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 directions listed below:


{| class="wikitable"
{| class="wikitable"

Latest revision as of 00:08, 2 August 2026

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 directions 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