Interface CancellableNpcEvent

All Superinterfaces:
NpcEvent
All Known Subinterfaces:
AttackNpcEvent, HideNpcEvent.Pre, InteractNpcEvent, ShowNpcEvent.Pre

public interface CancellableNpcEvent extends NpcEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    cancelled(boolean cancelled)
     

    Methods inherited from interface com.github.juliarn.npclib.api.event.NpcEvent

    npc
  • Method Details

    • cancelled

      boolean cancelled()
    • cancelled

      void cancelled(boolean cancelled)