Class WarpDeleteEvent

java.lang.Object
org.bukkit.event.Event
net.william278.huskhomes.event.WarpDeleteEvent
All Implemented Interfaces:
net.william278.huskhomes.event.CancellableEvent, net.william278.huskhomes.event.IWarpDeleteEvent, org.bukkit.event.Cancellable

public class WarpDeleteEvent extends org.bukkit.event.Event implements net.william278.huskhomes.event.IWarpDeleteEvent, org.bukkit.event.Cancellable
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    WarpDeleteEvent​(@NotNull net.william278.huskhomes.position.Warp warp)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    @NotNull org.bukkit.event.HandlerList
     
    @NotNull net.william278.huskhomes.position.Warp
     
    boolean
     
    void
    setCancelled​(boolean cancelled)
     

    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

    • WarpDeleteEvent

      public WarpDeleteEvent(@NotNull @NotNull net.william278.huskhomes.position.Warp warp)
  • Method Details

    • getHandlers

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

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

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
      Specified by:
      setCancelled in interface net.william278.huskhomes.event.CancellableEvent
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
      Specified by:
      isCancelled in interface net.william278.huskhomes.event.CancellableEvent
    • getWarp

      @NotNull public @NotNull net.william278.huskhomes.position.Warp getWarp()
      Specified by:
      getWarp in interface net.william278.huskhomes.event.IWarpDeleteEvent