Uses of Class
com.bencodez.votingplugin.topvoter.TopVoterPlayer
Packages that use TopVoterPlayer
Package
Description
-
Uses of TopVoterPlayer in com.bencodez.votingplugin
Methods in com.bencodez.votingplugin that return types with arguments of type TopVoterPlayerModifier and TypeMethodDescriptionVotingPluginMain.convertSet
(Set<TopVoterPlayer> set) VotingPluginMain.getLastMonthTopVoter()
VotingPluginMain.getTopVoter()
VotingPluginMain.getTopVoter
(TopVoter top) VotingPluginMain.getVoteToday()
Method parameters in com.bencodez.votingplugin with type arguments of type TopVoterPlayerModifier and TypeMethodDescriptionVotingPluginMain.convertSet
(Set<TopVoterPlayer> set) void
VotingPluginMain.setTopVoter
(LinkedHashMap<TopVoter, LinkedHashMap<TopVoterPlayer, Integer>> topVoter) void
VotingPluginMain.setVoteToday
(LinkedHashMap<TopVoterPlayer, HashMap<VoteSite, LocalDateTime>> voteToday) -
Uses of TopVoterPlayer in com.bencodez.votingplugin.topvoter
Methods in com.bencodez.votingplugin.topvoter that return types with arguments of type TopVoterPlayerModifier and TypeMethodDescriptionTopVoterHandler.sortByValues
(LinkedHashMap<TopVoterPlayer, Integer> map, boolean order) Method parameters in com.bencodez.votingplugin.topvoter with type arguments of type TopVoterPlayerModifier and TypeMethodDescriptionTopVoterHandler.sortByValues
(LinkedHashMap<TopVoterPlayer, Integer> map, boolean order) void
TopVoterHandler.updateTopVoters
(LinkedHashMap<TopVoter, LinkedHashMap<TopVoterPlayer, Integer>> tempTopVoter) -
Uses of TopVoterPlayer in com.bencodez.votingplugin.user
Methods in com.bencodez.votingplugin.user that return TopVoterPlayer