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