Class SentinelNoMoreTargetsEvent

java.lang.Object
org.bukkit.event.Event
net.citizensnpcs.api.event.CitizensEvent
net.citizensnpcs.api.event.NPCEvent
org.mcmonkey.sentinel.events.SentinelNoMoreTargetsEvent

public class SentinelNoMoreTargetsEvent extends net.citizensnpcs.api.event.NPCEvent
Event fired when a Sentinel NPC has no targets remaining.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    SentinelNoMoreTargetsEvent(net.citizensnpcs.api.npc.NPC npc)
    Constructs the no-more-targets event.
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
    Returns the handler list for use with Bukkit.
    org.bukkit.event.HandlerList
    Returns the handler list for use with Bukkit.

    Methods inherited from class net.citizensnpcs.api.event.NPCEvent

    getNPC

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SentinelNoMoreTargetsEvent

      public SentinelNoMoreTargetsEvent(net.citizensnpcs.api.npc.NPC npc)
      Constructs the no-more-targets event.
  • Method Details

    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Returns the handler list for use with Bukkit.
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
      Returns the handler list for use with Bukkit.