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.