public interface CombatEntityHitListener
extends java.util.EventListener
ICombatEntity was hit.| Modifier and Type | Method and Description |
|---|---|
void |
onHit(CombatEntityHitEvent event)
This method is called whenever a
ICombatEntity was hit. |
void onHit(CombatEntityHitEvent event)
ICombatEntity was hit.event - The event data that contains information about the entity, for how much it was hit and the ability that caused the hit.