Class UARAutoDelayEvent

java.lang.Object
org.bukkit.event.Event
dev.norska.uar.api.UARAutoDelayEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

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

    • UARAutoDelayEvent

      public UARAutoDelayEvent(int delayedBySeconds1)
  • Method Details

    • getDelayedBySeconds

      public int getDelayedBySeconds()
    • setDelayedBySeconds

      public void setDelayedBySeconds(int delayedBySeconds1)
    • 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

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

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