this.getBukkitEntity().launchProjectile(Arrow.class);
} else {
this.performAction(Animation.SWING_ARM);
LivingEntity other = (LivingEntity) entity.getBukkitEntity();
other.damage(this.getAttributeInstance(GenericAttributes.e).getValue());
}
hasAttacked = true;
if (this.attackTimesLimit == -1)
return;