Translations:Sprinting/15/zh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2022

  • curprev 13:1213:12, 9 April 2022Pjx1314 talk contribs 383 bytes +383 Created page with "//获取玩家在上 1 tick 中的行动。 boolean prevJumping = this.movementInput.jump; boolean prevSneaking = this.movementInput.sneak; float f = 0.8F; boolean prevMovingForward = this.movementInput.moveForward >= f; //运动输入被更新(包括moveForward——在潜行时它会被乘以0.3)。 this.movementInput.updatePlayerMoveState();"