Class NationListDisplayedValueCalculationEvent
java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.nation.NationListDisplayedValueCalculationEvent
- Direct Known Subclasses:
NationListDisplayedNumOnlinePlayersCalculationEvent
,NationListDisplayedNumResidentsCalculationEvent
,NationListDisplayedNumTownBlocksCalculationEvent
,NationListDisplayedNumTownsCalculationEvent
public abstract class NationListDisplayedValueCalculationEvent
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
-
Method Summary
Modifier and TypeMethodDescriptionint
static org.bukkit.event.HandlerList
org.bukkit.event.HandlerList
void
setDisplayedValue
(int value) Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
NationListDisplayedValueCalculationEvent
-
-
Method Details
-
getNation
-
setDisplayedValue
public void setDisplayedValue(int value) -
getDisplayedValue
public int getDisplayedValue() -
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-