Skip to content

Commit

Permalink
Rename the LivingEntity#getKnockbackAgainst method to getAttackKnockb…
Browse files Browse the repository at this point in the history
…ackAgainst
  • Loading branch information
haykam821 committed Jan 28, 2025
1 parent 7319e9c commit 5fb9114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/LivingEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
METHOD method_59923 getExperienceToDrop (Lnet/minecraft/class_3218;Lnet/minecraft/class_1297;)I
ARG 1 world
ARG 2 attacker
METHOD method_59924 getKnockbackAgainst (Lnet/minecraft/class_1297;Lnet/minecraft/class_1282;)F
METHOD method_59924 getAttackKnockbackAgainst (Lnet/minecraft/class_1297;Lnet/minecraft/class_1282;)F
ARG 1 target
ARG 2 damageSource
METHOD method_59925 hasLandedInFluid ()Z
Expand Down

0 comments on commit 5fb9114

Please sign in to comment.