diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index 0bea58b3de..a2535aa83b 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -175,7 +175,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity METHOD method_24832 getClimbingPos ()Ljava/util/Optional; METHOD method_24833 getBoundingBox (Lnet/minecraft/class_4050;)Lnet/minecraft/class_238; ARG 1 pose - METHOD method_25937 applySoulSpeedClientEffects ()V + METHOD method_25937 displaySoulSpeedEffects ()V METHOD method_26082 applyStatusEffect (Lnet/minecraft/class_1293;)V ARG 1 effect METHOD method_26319 canWalkOnFluid (Lnet/minecraft/class_3611;)Z @@ -186,9 +186,11 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity ARG 1 attribute METHOD method_26827 createLivingAttributes ()Lnet/minecraft/class_5132$class_5133; METHOD method_27071 shouldDropLoot ()Z - METHOD method_27302 shouldGetSoulSpeedBoost ()Z + METHOD method_27302 shouldDisplaySoulSpeedEffects ()Z METHOD method_27303 isOnSoulSpeedBlock ()Z METHOD method_28306 createBrainProfile ()Lnet/minecraft/class_4095$class_5303; + METHOD method_29501 removeSoulSpeedBoost ()V + METHOD method_29502 addSoulSpeedBoostIfNeeded ()V METHOD method_29503 hurtByWater ()Z METHOD method_29504 isDead ()Z METHOD method_29505 setAttacking (Lnet/minecraft/class_1657;)V