Translations:Sprinting/25/zh: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Created page with "以下是在 1 tick 中执行的简化步骤顺序: #更新疾跑状态 #计算速度并移动玩家 #更新 <code>groundMovementFactor</code> 和 <code>airMovementFactor</code>(疾跑的话乘以 1.3),影响移动速度。")
 
No edit summary
 
Line 1: Line 1:
以下是在 1 tick 中执行的简化步骤顺序:
以下是在 1 中执行的简化步骤顺序:
#更新疾跑状态
#更新疾跑状态
#计算速度并移动玩家
#计算速度并移动玩家

Latest revision as of 14:01, 11 June 2022

Message definition (Sprinting)
Here is the simplified sequence of steps performed during a tick:
#Update sprinting status
#Calculate velocity and move the player
#Update <code>groundMovementFactor</code> and <code>airMovementFactor</code> (multiplied by 1.3 if sprinting), which affect movement speed.

以下是在 1 刻中执行的简化步骤顺序:

  1. 更新疾跑状态
  2. 计算速度并移动玩家
  3. 更新 groundMovementFactorairMovementFactor(疾跑的话乘以 1.3),影响移动速度。