Class NationSanctionTownRemoveEvent

java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.CancellableTownyEvent
com.palmergames.bukkit.towny.event.nation.NationSanctionTownRemoveEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class NationSanctionTownRemoveEvent extends CancellableTownyEvent
  • Constructor Details

    • NationSanctionTownRemoveEvent

      public NationSanctionTownRemoveEvent(Nation nation, Town town)
  • Method Details

    • getNation

      public Nation getNation()
    • getTown

      public Town getTown()
    • getHandlerList

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

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