方向
yRot = yaw、xRot = pitch
x+、東、yRot = -90
x−、西、yRot = 90
y+、上、xRot = -90
y−、下、xRot = 90
z+、南、yRot = 0
z−、北、yRot = 180
xyzは右手系
yRotだけ左なの何? szea_ll14.icon
方向の角度はfloat型(32bit浮動小数点数)
座標と同じ
yRot xRot を使うコマンドは以下の4つ
/teleport ... <yRot> <xRot>
/summon ... <yRot> <xRot>
/execute rotated <yaw> <pitch>
/camera ... <xRot> <yRot>