Debug Screen/zh: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Created page with "* 东 = 正 X = -90° * 南 = 正 Z = 0° * 西 = 负 X = 90° * 北 = 负 Z = 180°")
(Created page with "此部分显示玩家正在查看的方块及其属性。")
Line 41: Line 41:
</div>
</div>


此部分显示玩家正在查看的方块及其属性。
<div lang="en" dir="ltr" class="mw-content-ltr">
This section shows which block the player is looking at, as well as it properties.
</div>


这对于检测隐形基岩最有用(如图所示)。
<div lang="en" dir="ltr" class="mw-content-ltr">
This is mostly useful for detecting barrier blocks (as shown in the picture).
</div>






== 调试组合键 ==
<div lang="en" dir="ltr" class="mw-content-ltr">
== Debug Keys ==
</div>


这里有一些有用的 F3 键。有关完整列表,请参阅 Minecraft Wiki 文章。
<div lang="en" dir="ltr" class="mw-content-ltr">
Here are some useful F3 keys. For the full list, refer to the Minecraft Wiki article.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 12:31, 24 August 2021

Other languages:


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


相关的 Minecraft Wiki 文章:


坐标

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

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


朝向

此部分显示玩家的朝向,这对于跳跃稳定性和旋转跳很有用。

第一个数字(也是唯一一个对移动很重要的数字)是玩家的水平旋转角度(在 -180° 和 180° 之间),它对应于水平旋转。

第二个数字是玩家的垂直旋转角度(在 -90 和 90 之间),它对应于垂直旋转。

  • 东 = 正 X = -90°
  • 南 = 正 Z = 0°
  • 西 = 负 X = 90°
  • 北 = 负 Z = 180°


Block Identifier

此部分显示玩家正在查看的方块及其属性。

这对于检测隐形基岩最有用(如图所示)。


调试组合键

这里有一些有用的 F3 键。有关完整列表,请参阅 Minecraft Wiki 文章。

  • 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.