Class NationRemoveAllyEvent

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

public class NationRemoveAllyEvent extends CancellableTownyEvent
  • Constructor Details

    • NationRemoveAllyEvent

      public NationRemoveAllyEvent(Nation nation, Nation removedNation)
  • Method Details

    • getRemovedNation

      public Nation getRemovedNation()
    • getNation

      public Nation getNation()
    • 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