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 TypeMethodDescriptionvoidVotingPluginMain.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.ConfigurationSectionGUI.getChestVoteTotalItem(TopVoter top) booleanConfig.getLoadTopVoter(TopVoter top) -
Uses of TopVoter in com.bencodez.votingplugin.topvoter
Methods in com.bencodez.votingplugin.topvoter that return TopVoterModifier and TypeMethodDescriptionstatic TopVoterTopVoter.getDefault()static TopVoterTopVoter.getTopVoter(String str) TopVoter.next()static TopVoterTopVoter.of(com.bencodez.advancedcore.api.time.TimeType type) TopVoter.prev()static TopVoterReturns 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 TypeMethodDescriptionvoidTopVoterHandler.resetTotals(TopVoter topVoter) voidTopVoterHandler.storeTopVoters(TopVoter top) Method parameters in com.bencodez.votingplugin.topvoter with type arguments of type TopVoterModifier and TypeMethodDescriptionvoidTopVoterHandler.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 TypeMethodDescriptionintbooleanVotingPluginUser.hasPercentageTotal(TopVoter top, double percentage, LocalDateTime time) voidVotingPluginUser.resetTotals(TopVoter topVoter) void