Uses of Class
com.bencodez.votingplugin.objects.VoteSite
Packages that use VoteSite
Package
Description
-
Uses of VoteSite in com.bencodez.votingplugin
Methods in com.bencodez.votingplugin that return VoteSiteModifier and TypeMethodDescriptionVotingPluginMain.getVoteSite(String site, boolean checkEnabled) Methods in com.bencodez.votingplugin that return types with arguments of type VoteSiteModifier and TypeMethodDescriptionVotingPluginMain.getVoteSites()VotingPluginMain.getVoteSitesEnabled()VotingPluginMain.getVoteToday()Method parameters in com.bencodez.votingplugin with type arguments of type VoteSiteModifier and TypeMethodDescriptionvoidVotingPluginMain.setVoteToday(LinkedHashMap<TopVoterPlayer, HashMap<VoteSite, LocalDateTime>> voteToday) -
Uses of VoteSite in com.bencodez.votingplugin.commands.gui
Methods in com.bencodez.votingplugin.commands.gui with parameters of type VoteSiteModifier and TypeMethodDescriptionvoidAdminGUI.openAdminGUIVoteSiteSite(org.bukkit.entity.Player player, VoteSite voteSite) Open admin GUI vote site site. -
Uses of VoteSite in com.bencodez.votingplugin.config
Methods in com.bencodez.votingplugin.config that return types with arguments of type VoteSite -
Uses of VoteSite in com.bencodez.votingplugin.cooldown
Methods in com.bencodez.votingplugin.cooldown with parameters of type VoteSiteModifier and TypeMethodDescriptionvoidCoolDownCheck.checkAllVoteSite(VoteSite site) voidCoolDownCheck.vote(VotingPluginUser user, VoteSite site) -
Uses of VoteSite in com.bencodez.votingplugin.events
Methods in com.bencodez.votingplugin.events that return VoteSiteModifier and TypeMethodDescriptionPlayerVoteSiteCoolDownEndEvent.getSite()PlayerPostVoteEvent.getVoteSite()PlayerVoteEvent.getVoteSite()Methods in com.bencodez.votingplugin.events with parameters of type VoteSiteModifier and TypeMethodDescriptionvoidvoidPlayerPostVoteEvent.setVoteSite(VoteSite voteSite) voidPlayerVoteEvent.setVoteSite(VoteSite voteSite) Constructors in com.bencodez.votingplugin.events with parameters of type VoteSiteModifierConstructorDescriptionPlayerPostVoteEvent(VoteSite voteSite, VotingPluginUser user, boolean realVote, boolean forceBungee, long voteTime) PlayerVoteEvent(VoteSite voteSite, String voteUsername, String serviceSite, boolean realVote) PlayerVoteSiteCoolDownEndEvent(VotingPluginUser user, VoteSite site) -
Uses of VoteSite in com.bencodez.votingplugin.user
Methods in com.bencodez.votingplugin.user that return types with arguments of type VoteSiteModifier and TypeMethodDescriptionVotingPluginUser.getLastVotes()VotingPluginUser.getLastVoteTimesSorted()Gets the last vote times sorted.Methods in com.bencodez.votingplugin.user with parameters of type VoteSiteModifier and TypeMethodDescriptionbooleanVotingPluginUser.canVoteSite(VoteSite voteSite) Can vote site.booleanVotingPluginUser.getCoolDownCheckSite(VoteSite site) longVotingPluginUser.getLastVoteTimer(VoteSite voteSite) intVotingPluginUser.getNumberOfOfflineVotes(VoteSite site) longGets the time.voidVotingPluginUser.playerVote(VoteSite voteSite, boolean online, boolean broadcast, boolean bungee) voidVotingPluginUser.resetLastVoted(VoteSite site) voidVotingPluginUser.setCoolDownCheckSite(VoteSite site, boolean value) voidvoidVotingPluginUser.voteCommandLastDate(VoteSite voteSite) Deprecated.VotingPluginUser.voteCommandLastDuration(VoteSite voteSite) VotingPluginUser.voteCommandLastGUILine(VoteSite voteSite) VotingPluginUser.voteCommandLastLine(VoteSite voteSite) VotingPluginUser.voteCommandNextInfo(VoteSite voteSite) VotingPluginUser.voteCommandNextInfo(VoteSite voteSite, long time) longVotingPluginUser.voteNextDurationTime(VoteSite voteSite) longVotingPluginUser.voteNextDurationTime(VoteSite voteSite, long time) Method parameters in com.bencodez.votingplugin.user with type arguments of type VoteSiteModifier and TypeMethodDescriptionvoidVotingPluginUser.setLastVotes(HashMap<VoteSite, Long> lastVotes)