Class NationUpkeepCostPaidEvent

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

public class NationUpkeepCostPaidEvent extends org.bukkit.event.Event
Fired when a nation has paid upkeep costs.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    NationUpkeepCostPaidEvent(Nation nation, double upkeep)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    @NotNull org.bukkit.event.HandlerList
     
    @NotNull Nation
    Returns the nation which is paying the upkeep cost.
    double
    Returns the upkeep cost for this nation, may be positive or negative.

    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

    • NationUpkeepCostPaidEvent

      @Internal public NationUpkeepCostPaidEvent(Nation nation, double upkeep)
  • Method Details

    • getNation

      @NotNull public @NotNull Nation getNation()
      Returns the nation which is paying the upkeep cost.
      Returns:
      the nation which is paying the upkeep cost
    • getUpkeep

      public double getUpkeep()
      Returns the upkeep cost for this nation, may be positive or negative.
      Returns:
      the upkeep cost for this nation, may be positive or negative
    • 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