Class NationLevelIncreaseEvent

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

public class NationLevelIncreaseEvent extends org.bukkit.event.Event
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     
    The nation which has had its Nation_Level increase.

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NationLevelIncreaseEvent

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

      public Nation getNation()
      The nation which has had its Nation_Level increase.
      Returns:
      nation which has had its Nation_Level increase.