From 1f53bd3df4f2aca7b7231dae5fd27d062d75f27f Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Fri, 22 May 2020 07:39:23 -0400 Subject: [PATCH] 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 --- mappings/net/minecraft/entity/LivingEntity.mapping | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index d8973eab74..dccce300a1 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -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 \ No newline at end of file