Improve and add mappings related to soul speed (#1391)

* Change the applyFrostWalker method to applyMovementEffects

* Map soul speed-related methods

* Fix duplicate intermediary mapping for method_25937
This commit is contained in:
haykam821 2020-05-22 07:39:23 -04:00 committed by GitHub
parent 599f1dcc91
commit 1f53bd3df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -393,7 +393,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
METHOD method_6124 getPrimeAdversary ()Lnet/minecraft/class_1309;
METHOD method_6125 setMovementSpeed (F)V
ARG 1 movementSpeed
METHOD method_6126 applyFrostWalker (Lnet/minecraft/class_2338;)V
METHOD method_6126 applyMovementEffects (Lnet/minecraft/class_2338;)V
ARG 1 pos
METHOD method_6127 getAttributes ()Lnet/minecraft/class_5131;
METHOD method_6128 isFallFlying ()Z
@ -405,3 +405,6 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
METHOD method_6132 applyArmorToDamage (Lnet/minecraft/class_1282;F)F
ARG 1 source
ARG 2 amount
METHOD method_27303 isOnSoulSpeedBlock ()Z
METHOD method_25937 applySoulSpeedClientEffects ()V
METHOD method_27302 shouldGetSoulSpeedBoost ()Z