Debug Screen/ja: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Created page with "== デバッグキー ==")
(Created page with "*'''F3+A''' : すべてのチャンクを再読み込みする。 *'''F3+B''' : エンティティの当たり判定の表示を切り替える。また、エンティティが見ている方向/視線の高さも表示される。 * '''F3+C''' : プレイヤーの座標と回転を/tpコマンドの形式でコピーする。'''[1.13以降]''' * '''F3+T''' : テクスチャ/モデル/サウンドなどすべてのリソースパックの内容を再読み込みする。")
Line 71: Line 71:
</div>
</div>


*'''F3+A''' : すべてのチャンクを再読み込みする。
<div lang="en" dir="ltr" class="mw-content-ltr">
*'''F3+B''' : エンティティの当たり判定の表示を切り替える。また、エンティティが見ている方向/視線の高さも表示される。
*'''F3+A''' : Reload all chunks
* '''F3+C''' : プレイヤーの座標と回転を/tpコマンドの形式でコピーする。'''[1.13以降]'''
*'''F3+B''' : Shows hitboxes of all rendered entities.
* '''F3+T''' : テクスチャ/モデル/サウンドなどすべてのリソースパックの内容を再読み込みする。
* '''F3+C''' : Copies the player's coordinates and rotation in a /tp command. '''[1.13+]'''
* '''F3+T''' : Reload all textures and models.
</div>

Revision as of 09:00, 1 May 2022

Other languages:


デバッグ画面にはアスレチックに有用な情報が数多く含まれている。F3を押すことで表示できる。


Minecraft Wikiの関連項目:


座標

This section shows the player's coordinates, which is useful for strat positioning.

  • X and Z : The horizontal position of the player, both given with 3 decimals.
  • Y : The vertical position of the player, given with 5 decimals.


Facing

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


デバッグキー

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

  • F3+A : すべてのチャンクを再読み込みする。
  • F3+B : エンティティの当たり判定の表示を切り替える。また、エンティティが見ている方向/視線の高さも表示される。
  • F3+C : プレイヤーの座標と回転を/tpコマンドの形式でコピーする。[1.13以降]
  • F3+T : テクスチャ/モデル/サウンドなどすべてのリソースパックの内容を再読み込みする。