public interface CombatEntityListener extends CombatEntityHitListener, CombatEntityDeathListener, java.util.EventListener
ICombatEntity dies, was resurrected or is being hit.| Modifier and Type | Method and Description |
|---|---|
void |
onResurrection(ICombatEntity entity)
This method is called whenever a
ICombatEntity was resurrected. |
onHitonDeathvoid onResurrection(ICombatEntity entity)
ICombatEntity was resurrected.entity - The combat entity that was resurrected.