Map method_22120 to hasMovementInput (#1056)

* ClientPlayerEntity#method_22120(0) -> hasMovementInput

* +106 doc in ClientPlayerEntity#hasMovementInput(0)
This commit is contained in:
LambdAurora 2020-01-13 13:43:54 +01:00 committed by modmuss50
parent 9db574b490
commit 74918f55a7
1 changed files with 4 additions and 0 deletions

View File

@ -56,3 +56,7 @@ CLASS net/minecraft/class_746 net/minecraft/client/network/ClientPlayerEntity
METHOD method_3149 getLastAutoJump ()Z
METHOD method_3150 cannotFitAt (Lnet/minecraft/class_2338;)Z
ARG 1 pos
METHOD method_22120 hasMovementInput ()Z
COMMENT Returns whether the player has movement input.
COMMENT
COMMENT @return True if the player has movement input, else false.