Class DisplayedNationsListSortEvent

java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.nation.DisplayedNationsListSortEvent

public class DisplayedNationsListSortEvent extends org.bukkit.event.Event
  • Constructor Details

    • DisplayedNationsListSortEvent

      public DisplayedNationsListSortEvent(List<Nation> nations, ComparatorType comparatorType)
  • Method Details

    • getHandlers

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

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

      public List<Nation> getNations()
    • setNations

      public void setNations(List<Nation> nations)
    • getComparatorType

      public ComparatorType getComparatorType()