Class NationUpkeepCalculationEvent

java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.NationUpkeepCalculationEvent

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

    • NationUpkeepCalculationEvent

      public NationUpkeepCalculationEvent(Nation nation, double upkeep)
  • Method Details

    • getNation

      public Nation getNation()
    • setUpkeep

      public void setUpkeep(double value)
    • getUpkeep

      public double getUpkeep()
    • getHandlers

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

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