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 TypeMethodDescriptionvoid
VotingPluginMain.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 TypeMethodDescriptionvoid
AdminGUI.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 TypeMethodDescriptionvoid
CoolDownCheck.checkAllVoteSite
(VoteSite site) void
CoolDownCheck.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 TypeMethodDescriptionvoid
void
PlayerPostVoteEvent.setVoteSite
(VoteSite voteSite) void
PlayerVoteEvent.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 TypeMethodDescriptionboolean
VotingPluginUser.canVoteSite
(VoteSite voteSite) Can vote site.boolean
VotingPluginUser.getCoolDownCheckSite
(VoteSite site) long
VotingPluginUser.getLastVoteTimer
(VoteSite voteSite) int
VotingPluginUser.getNumberOfOfflineVotes
(VoteSite site) long
Gets the time.void
VotingPluginUser.playerVote
(VoteSite voteSite, boolean online, boolean broadcast, boolean bungee) void
VotingPluginUser.resetLastVoted
(VoteSite site) void
VotingPluginUser.setCoolDownCheckSite
(VoteSite site, boolean value) void
void
VotingPluginUser.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) long
VotingPluginUser.voteNextDurationTime
(VoteSite voteSite) long
VotingPluginUser.voteNextDurationTime
(VoteSite voteSite, long time) Method parameters in com.bencodez.votingplugin.user with type arguments of type VoteSiteModifier and TypeMethodDescriptionvoid
VotingPluginUser.setLastVotes
(HashMap<VoteSite, Long> lastVotes)