Class NotQuestsFullyLoadedEvent

java.lang.Object
org.bukkit.event.Event
rocks.gravili.notquests.paper.events.notquests.NotQuestsFullyLoadedEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class NotQuestsFullyLoadedEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
  • Constructor Details

    • NotQuestsFullyLoadedEvent

      public NotQuestsFullyLoadedEvent(NotQuests main)
  • Method Details

    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled

      public void setCancelled(boolean isCancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
    • getHandlers

      @NotNull public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getNotQuests

      public final NotQuests getNotQuests()