Uses of Class
com.bencodez.votingplugin.objects.VoteSite
Package
Description
-
Uses of VoteSite in com.bencodez.votingplugin
Modifier and TypeMethodDescriptionVotingPluginMain.getVoteSite
(String site, boolean checkEnabled) Modifier and TypeMethodDescriptionVotingPluginMain.getVoteSites()
VotingPluginMain.getVoteSitesEnabled()
VotingPluginMain.getVoteToday()
Modifier and TypeMethodDescriptionvoid
VotingPluginMain.setVoteToday
(LinkedHashMap<TopVoterPlayer, HashMap<VoteSite, LocalDateTime>> voteToday) -
Uses of VoteSite in com.bencodez.votingplugin.commands.gui
Modifier 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
-
Uses of VoteSite in com.bencodez.votingplugin.cooldown
Modifier and TypeMethodDescriptionvoid
CoolDownCheck.checkAllVoteSite
(VoteSite site) void
CoolDownCheck.vote
(VotingPluginUser user, VoteSite site) -
Uses of VoteSite in com.bencodez.votingplugin.events
Modifier and TypeMethodDescriptionPlayerVoteSiteCoolDownEndEvent.getSite()
PlayerPostVoteEvent.getVoteSite()
PlayerVoteEvent.getVoteSite()
Modifier and TypeMethodDescriptionvoid
void
PlayerPostVoteEvent.setVoteSite
(VoteSite voteSite) void
PlayerVoteEvent.setVoteSite
(VoteSite voteSite) ModifierConstructorDescriptionPlayerPostVoteEvent
(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
Modifier and TypeMethodDescriptionVotingPluginUser.getLastVotes()
VotingPluginUser.getLastVoteTimesSorted()
Gets the last vote times sorted.Modifier 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) Modifier and TypeMethodDescriptionvoid
VotingPluginUser.setLastVotes
(HashMap<VoteSite, Long> lastVotes)