@@ -1057,7 +1057,11 @@ public abstract class EntityHuman extends EntityLiving {
f *= 0.2F + f2 * f2 * 0.8F;
f1 *= f2;
- this.ey();
+ // Paper start - PlayerAttackEntityCooldownResetEvent
+ if (new com.destroystokyo.paper.event.player.PlayerAttackEntityCooldownResetEvent((Player) this.getBukkitEntity(), entity.getBukkitEntity(), this.getCooledAttackStrength(0F)).callEvent()) {