Interface Ability.AbilityCastListener
- All Superinterfaces:
EventListener
- Enclosing class:
Ability
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The
AbilityCastListener interface defines a method for listening to ability cast events.-
Method Summary
Modifier and TypeMethodDescriptionvoidabilityCast(AbilityExecution execution) Invoked when an ability is cast.
-
Method Details
-
abilityCast
Invoked when an ability is cast.- Parameters:
execution- The execution of the ability
-