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.

@FunctionalInterface public static interface Ability.AbilityCastListener extends EventListener
The AbilityCastListener interface defines a method for listening to ability cast events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when an ability is cast.
  • Method Details

    • abilityCast

      void abilityCast(AbilityExecution execution)
      Invoked when an ability is cast.
      Parameters:
      execution - The execution of the ability