调试界面

From Minecraft Parkour Wiki
Revision as of 12:21, 24 August 2021 by Pjx1314 (talk | contribs) (Created page with "== 朝向 ==")
Other languages:


调试画面显示了很多关于跑酷的有用信息。它可以通过按F3来激活。


相关的 Minecraft Wiki 文章:


坐标

这部分显示玩家的坐标,这对固定自己的位置很有用。

  • XZ : 玩家的水平位置,均保留 3 位小数。
  • Y : 玩家的垂直位置,保留 5 位小数。


朝向

This section shows the player's facing, which is useful for strat consistency and neos.

The first number (and the only one that matters for movement) is the player's yaw (between -180° and 180°) which corresponds to horizontal rotation.

The second number is the player's pitch (between -90 and 90) which corresponds to vertical rotation.

  • East = Positive X = -90°
  • South = Positive Z = 0°
  • West = Negative X = 90°
  • North = Negative Z = 180°


Block Identifier

This section shows which block the player is looking at, as well as it properties.

This is mostly useful for detecting barrier blocks (as shown in the picture).


Debug Keys

Here are some useful F3 keys. For the full list, refer to the Minecraft Wiki article.

  • F3+A : Reload all chunks
  • F3+B : Shows hitboxes of all rendered entities.
  • F3+C : Copies the player's coordinates and rotation in a /tp command. [1.13+]
  • F3+T : Reload all textures and models.