Uses of Enum Class
com.bencodez.votingplugin.topvoter.TopVoter
Package
Description
-
Uses of TopVoter in com.bencodez.votingplugin
Modifier and TypeMethodDescriptionvoid
VotingPluginMain.setTopVoter
(LinkedHashMap<TopVoter, LinkedHashMap<TopVoterPlayer, Integer>> topVoter) -
Uses of TopVoter in com.bencodez.votingplugin.commands.gui.player
ModifierConstructorDescriptionVoteTopVoter
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, TopVoter top, int page) -
Uses of TopVoter in com.bencodez.votingplugin.config
Modifier and TypeMethodDescriptionorg.bukkit.configuration.ConfigurationSection
GUI.getChestVoteTotalItem
(TopVoter top) boolean
Config.getLoadTopVoter
(TopVoter top) -
Uses of TopVoter in com.bencodez.votingplugin.topvoter
Modifier and TypeMethodDescriptionstatic TopVoter
TopVoter.getDefault()
static TopVoter
TopVoter.getTopVoter
(String str) TopVoter.next()
static TopVoter
TopVoter.of
(com.bencodez.advancedcore.api.time.TimeType type) TopVoter.prev()
static TopVoter
Returns the enum constant of this class with the specified name.static TopVoter[]
TopVoter.values()
Returns an array containing the constants of this enum class, in the order they are declared.static TopVoter[]
TopVoter.valuesMinusAllTime()
Modifier and TypeMethodDescriptionvoid
TopVoterHandler.resetTotals
(TopVoter topVoter) void
TopVoterHandler.storeTopVoters
(TopVoter top) Modifier and TypeMethodDescriptionvoid
TopVoterHandler.updateTopVoters
(LinkedHashMap<TopVoter, LinkedHashMap<TopVoterPlayer, Integer>> tempTopVoter) -
Uses of TopVoter in com.bencodez.votingplugin.user
Modifier and TypeMethodDescriptionint
boolean
VotingPluginUser.hasPercentageTotal
(TopVoter top, double percentage, LocalDateTime time) void
VotingPluginUser.resetTotals
(TopVoter topVoter) void