Interface NpcListener

  • All Superinterfaces:
    java.util.EventListener

    public interface NpcListener
    extends java.util.EventListener
    • Method Detail

      • onNpcHitsplat

        default void onNpcHitsplat​(HitsplatEvent event)
      • onNpcDeath

        default void onNpcDeath​(DeathEvent event)
      • onNpcAnimationChanged

        default void onNpcAnimationChanged​(AnimationEvent event)
      • onNpcTargetChanged

        default void onNpcTargetChanged​(TargetEvent event)