Class NationsElectionsManager
java.lang.Object
org.kingdoms.managers.abstraction.ProlongedTask
org.kingdoms.managers.daily.elections.ElectionsManager
org.kingdoms.managers.daily.elections.NationsElectionsManager
- All Implemented Interfaces:
org.kingdoms.locale.provider.MessageContextProvider
-
Field Summary
Fields inherited from class org.kingdoms.managers.daily.elections.ElectionsManager
candidates, votes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconclude()protected MessengervoidnotifyPlayer(org.bukkit.entity.Player player) Methods inherited from class org.kingdoms.managers.daily.elections.ElectionsManager
areKicksDisallowed, getCandidate, getCandidates, getCandidateSorter, getOption, getVote, getVotes, getVotingAge, isAcceptingVotes, isEnabled, isEnabledFor, registerCandidate, remind, run, voteMethods inherited from class org.kingdoms.managers.abstraction.ProlongedTask
getMessageContext, init, isSkipping, lastPerform, load, log, runAndRenew, runAndSet, setSkipped, untilNextRun
-
Constructor Details
-
NationsElectionsManager
protected NationsElectionsManager()
-
-
Method Details
-
notifyPlayer
public void notifyPlayer(org.bukkit.entity.Player player) - Overrides:
notifyPlayerin classElectionsManager
-
getJoinNotification
- Specified by:
getJoinNotificationin classElectionsManager
-
conclude
public void conclude()- Overrides:
concludein classElectionsManager
-