Class KothSchedulerEventError

java.lang.Object
org.bukkit.event.Event
me.ulrich.koth.events.KothSchedulerEventError
All Implemented Interfaces:
org.bukkit.event.Cancellable

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

  • Method Details

    • isCancelled

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

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

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

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

      public UUID getKothUUID()
    • setKothUUID

      public void setKothUUID(UUID kothUUID)
    • getError

      public KothEnum.KothSchedulerError getError()
    • setError

      public void setError(KothEnum.KothSchedulerError error)