Interface CombatEntityResurrectListener
- 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 was resurrected.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidresurrect(ICombatEntity entity) This method is called whenever aICombatEntitywas resurrected.
-
Method Details
-
resurrect
This method is called whenever aICombatEntitywas resurrected.- Parameters:
entity- The combat entity that was resurrected.
-