Interface CombatEntityDeathListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
CombatEntityListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This listener provides callbacks for when an
ICombatEntity died.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeath(ICombatEntity entity) This method is called whenever aICombatEntitydies.
-
Method Details
-
death
This method is called whenever aICombatEntitydies.- Parameters:
entity- The combat entity that died.
-