Player Movement: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(simplified page, links to separate articles for each action)
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
Every [[Ticks|tick]], the game checks for the player's inputs, and translates them into motion.
<translate>
<!--T:1-->
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.
* Sneaking, which is slower and allows the player walk to the edge of blocks and to grab [[Ladders and Vines|ladders/vines]].
* Sneaking, which is slower and allows the player walk to the edge of blocks and to grab [[Special:MyLanguage/Ladders and Vines|ladders/vines]].




<!--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 [[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 [[Movement Formulas]].




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


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

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