Player Movement: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Prepared the page for translation)
(Marked this version for translation)
 
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:1-->
Every [[Special:MyLanguage/Ticks|tick]], the game checks for the player's inputs, and translates them into motion.
Every [[Special:MyLanguage/Ticks|tick]], the game checks for the player's inputs, and translates them into motion.


<!--T:2-->
This category documents all basic player actions in 1.8 that are relevant to parkour.
This category documents all basic player actions in 1.8 that are relevant to parkour.






== Overview ==
== Overview == <!--T:3-->


<!--T:4-->
Minecraft's moveset is quite simple: on top of jumping, the player has three different move speeds:
Minecraft's moveset is quite simple: on top of jumping, the player has three different move speeds:


<!--T:5-->
* Walking as the default.
* Walking as the default.
* Sprinting, which is faster and allows the player to jump further.
* Sprinting, which is faster and allows the player to jump further.
Line 16: Line 20:




<!--T:6-->
Each of these three actions have a '''base acceleration''' (respectively '''0.1''', '''0.13''', and '''0.03''') which is added to the player's velocity every tick.
Each of these three actions have a '''base acceleration''' (respectively '''0.1''', '''0.13''', and '''0.03''') which is added to the player's velocity every tick.


<!--T:7-->
This base value is multiplied by 0.2 when mid-air, and also varies depending on whether the player is [[Special:MyLanguage/45 Strafe|Strafing]].
This base value is multiplied by 0.2 when mid-air, and also varies depending on whether the player is [[Special:MyLanguage/45 Strafe|Strafing]].


<!--T:8-->
For detailed formulas concerning velocity, see [[Special:MyLanguage/Movement Formulas|Movement Formulas]].
For detailed formulas concerning velocity, see [[Special:MyLanguage/Movement Formulas|Movement Formulas]].






== Action Details ==
== Action Details == <!--T:9-->


<!--T:10-->
*[[Special:MyLanguage/Jumping|Jumping]]
*[[Special:MyLanguage/Jumping|Jumping]]
*[[Special:MyLanguage/Sprinting|Sprinting]]
*[[Special:MyLanguage/Sprinting|Sprinting]]

Latest revision as of 03:28, 22 August 2021

Other languages:

Every tick, the game checks for the player's inputs, and translates them into motion.

This category documents all basic player actions in 1.8 that are relevant to parkour.


Overview

Minecraft's moveset is quite simple: on top of jumping, the player has three different move speeds:

  • Walking as the default.
  • Sprinting, which is faster and allows the player to jump further.
  • Sneaking, which is slower and allows the player walk to the edge of blocks and to grab ladders/vines.


Each of these three actions have a base acceleration (respectively 0.1, 0.13, and 0.03) which is added to the player's velocity every tick.

This base value is multiplied by 0.2 when mid-air, and also varies depending on whether the player is Strafing.

For detailed formulas concerning velocity, see Movement Formulas.


Action Details