Uses of Enum Class
com.bencodez.votingplugin.topvoter.TopVoter
Packages that use TopVoter
Package
Description
-
Uses of TopVoter in com.bencodez.votingplugin
Methods in com.bencodez.votingplugin that return types with arguments of type TopVoterMethods in com.bencodez.votingplugin with parameters of type TopVoterMethod parameters in com.bencodez.votingplugin with type arguments of type TopVoterModifier and TypeMethodDescriptionvoid
VotingPluginMain.setTopVoter
(LinkedHashMap<TopVoter, LinkedHashMap<TopVoterPlayer, Integer>> topVoter) -
Uses of TopVoter in com.bencodez.votingplugin.commands.gui.player
Constructors in com.bencodez.votingplugin.commands.gui.player with parameters of type TopVoterModifierConstructorDescriptionVoteTopVoter
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, TopVoter top, int page) -
Uses of TopVoter in com.bencodez.votingplugin.config
Methods in com.bencodez.votingplugin.config with parameters of type TopVoterModifier and TypeMethodDescriptionorg.bukkit.configuration.ConfigurationSection
GUI.getChestVoteTotalItem
(TopVoter top) boolean
Config.getLoadTopVoter
(TopVoter top) -
Uses of TopVoter in com.bencodez.votingplugin.topvoter
Methods in com.bencodez.votingplugin.topvoter that return TopVoterModifier 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()
Methods in com.bencodez.votingplugin.topvoter that return types with arguments of type TopVoterMethods in com.bencodez.votingplugin.topvoter with parameters of type TopVoterModifier and TypeMethodDescriptionvoid
TopVoterHandler.resetTotals
(TopVoter topVoter) void
TopVoterHandler.storeTopVoters
(TopVoter top) Method parameters in com.bencodez.votingplugin.topvoter with type arguments of type TopVoterModifier and TypeMethodDescriptionvoid
TopVoterHandler.updateTopVoters
(LinkedHashMap<TopVoter, LinkedHashMap<TopVoterPlayer, Integer>> tempTopVoter) -
Uses of TopVoter in com.bencodez.votingplugin.user
Methods in com.bencodez.votingplugin.user with parameters of type TopVoterModifier and TypeMethodDescriptionint
boolean
VotingPluginUser.hasPercentageTotal
(TopVoter top, double percentage, LocalDateTime time) void
VotingPluginUser.resetTotals
(TopVoter topVoter) void