Uses of Class
com.bencodez.votingplugin.user.VotingPluginUser
Packages that use VotingPluginUser
Package
Description
-
Uses of VotingPluginUser in com.bencodez.votingplugin
Methods in com.bencodez.votingplugin that return VotingPluginUserModifier and TypeMethodDescriptionGets the user. -
Uses of VotingPluginUser in com.bencodez.votingplugin.commands
Methods in com.bencodez.votingplugin.commands with parameters of type VotingPluginUserModifier and TypeMethodDescriptioncom.bencodez.advancedcore.api.inventory.BInventoryButton
CommandLoader.getBackButton
(VotingPluginUser user) void
CommandLoader.processSlotClick
(org.bukkit.entity.Player player, VotingPluginUser user, String slot) -
Uses of VotingPluginUser in com.bencodez.votingplugin.commands.gui.admin
Constructors in com.bencodez.votingplugin.commands.gui.admin with parameters of type VotingPluginUserModifierConstructorDescriptionAdminVotePlaceholdersPlayer
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) -
Uses of VotingPluginUser in com.bencodez.votingplugin.commands.gui.player
Constructors in com.bencodez.votingplugin.commands.gui.player with parameters of type VotingPluginUserModifierConstructorDescriptionVoteBest
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteGUI
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteLast
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteNext
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteShop
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteShopConfirm
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, String identifier) VoteStreak
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteToday
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, int page) VoteTopVoter
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, TopVoter top, int page) VoteTopVoterLastMonth
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteTotal
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user) VoteURL
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, boolean json) VoteURLVoteSite
(VotingPluginMain plugin, org.bukkit.command.CommandSender player, VotingPluginUser user, String voteSite) -
Uses of VotingPluginUser in com.bencodez.votingplugin.cooldown
Methods in com.bencodez.votingplugin.cooldown with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
CoolDownCheck.check
(VotingPluginUser user) void
CoolDownCheck.checkPerSite
(VotingPluginUser user) void
CoolDownCheck.schedule
(VotingPluginUser user, boolean force) void
CoolDownCheck.schedulePerSite
(VotingPluginUser user, boolean force) void
CoolDownCheck.vote
(VotingPluginUser user, VoteSite site) -
Uses of VotingPluginUser in com.bencodez.votingplugin.events
Methods in com.bencodez.votingplugin.events that return VotingPluginUserModifier and TypeMethodDescriptionPlayerReceivePointsEvent.getPlayer()
PlayerVoteCoolDownEndEvent.getPlayer()
PlayerVoteSiteCoolDownEndEvent.getPlayer()
PlayerPostVoteEvent.getUser()
PlayerSpecialRewardEvent.getUser()
PlayerPostVoteEvent.getVotingPluginUser()
PlayerVoteEvent.getVotingPluginUser()
Methods in com.bencodez.votingplugin.events with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
PlayerReceivePointsEvent.setPlayer
(VotingPluginUser player) void
PlayerVoteCoolDownEndEvent.setPlayer
(VotingPluginUser player) void
PlayerVoteSiteCoolDownEndEvent.setPlayer
(VotingPluginUser player) void
PlayerPostVoteEvent.setUser
(VotingPluginUser user) void
PlayerSpecialRewardEvent.setUser
(VotingPluginUser user) void
PlayerPostVoteEvent.setVotingPluginUser
(VotingPluginUser votingPluginUser) void
PlayerVoteEvent.setVotingPluginUser
(VotingPluginUser votingPluginUser) Constructors in com.bencodez.votingplugin.events with parameters of type VotingPluginUserModifierConstructorDescriptionPlayerPostVoteEvent
(VoteSite voteSite, VotingPluginUser user, boolean realVote, boolean forceBungee, long voteTime) PlayerReceivePointsEvent
(VotingPluginUser user, int points) PlayerVoteSiteCoolDownEndEvent
(VotingPluginUser user, VoteSite site) -
Uses of VotingPluginUser in com.bencodez.votingplugin.objects
Methods in com.bencodez.votingplugin.objects with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
VoteSite.broadcastVote
(VotingPluginUser user) void
VoteSite.broadcastVote
(VotingPluginUser user, boolean checkBungee) Broadcast vote.void
VoteSite.giveRewards
(VotingPluginUser user, boolean online, boolean bungee) -
Uses of VotingPluginUser in com.bencodez.votingplugin.placeholders
Methods in com.bencodez.votingplugin.placeholders that return types with arguments of type VotingPluginUserModifier and TypeMethodDescriptionArrayList<com.bencodez.advancedcore.api.placeholder.NonPlayerPlaceHolder<VotingPluginUser>>
PlaceHolders.getNonPlayerPlaceholders()
ArrayList<com.bencodez.advancedcore.api.placeholder.PlaceHolder<VotingPluginUser>>
PlaceHolders.getPlaceholders()
Methods in com.bencodez.votingplugin.placeholders with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
PlaceHolders.onLogout
(VotingPluginUser user) void
PlaceHolders.onUpdate
(VotingPluginUser user, boolean login) void
PlaceHolders.schedulePlaceholderCheck
(VotingPluginUser user) -
Uses of VotingPluginUser in com.bencodez.votingplugin.specialrewards
Methods in com.bencodez.votingplugin.specialrewards with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
SpecialRewards.bungeeAllSitesCheck
(VotingPluginUser user, int numberOfVotes, int num) boolean
SpecialRewards.checkAllSites
(VotingPluginUser user, boolean forceBungee) boolean
SpecialRewards.checkAlmostAllSites
(VotingPluginUser user, boolean forceBungee) boolean
SpecialRewards.checkCumualativeVotes
(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) boolean
SpecialRewards.checkFirstVote
(VotingPluginUser user, boolean forceBungee) boolean
SpecialRewards.checkFirstVoteToday
(VotingPluginUser user, boolean forceBungee) boolean
SpecialRewards.checkMilestone
(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) boolean
SpecialRewards.checkVoteStreak
(VotingPluginUser user, String type, boolean forceBungee) void
SpecialRewards.giveAllSitesRewards
(VotingPluginUser user, boolean online, boolean forceBungee) void
SpecialRewards.giveAlmostAllSitesRewards
(VotingPluginUser user, boolean online, boolean forceBungee) void
SpecialRewards.giveCumulativeVoteReward
(VotingPluginUser user, boolean online, int cumulative, boolean forceBungee) void
SpecialRewards.giveFirstVoteRewards
(VotingPluginUser user, boolean online, boolean forceBungee) void
SpecialRewards.giveFirstVoteTodayRewards
(VotingPluginUser user, boolean online, boolean forceBungee) void
SpecialRewards.giveMilestoneVoteReward
(VotingPluginUser user, boolean online, int milestone, boolean forceBungee) void
SpecialRewards.giveVoteStreakReward
(VotingPluginUser user, boolean online, String type, String string, int votes, boolean forceBungee) -
Uses of VotingPluginUser in com.bencodez.votingplugin.topvoter
Methods in com.bencodez.votingplugin.topvoter that return VotingPluginUser -
Uses of VotingPluginUser in com.bencodez.votingplugin.user
Methods in com.bencodez.votingplugin.user that return VotingPluginUserModifier and TypeMethodDescriptionUserManager.getVotingPluginUser
(com.bencodez.advancedcore.api.user.AdvancedCoreUser user) UserManager.getVotingPluginUser
(String playerName) UserManager.getVotingPluginUser
(UUID uuid) UserManager.getVotingPluginUser
(UUID uuid, boolean loadName) UserManager.getVotingPluginUser
(UUID uuid, String playerName) UserManager.getVotingPluginUser
(org.bukkit.entity.Player player) UserManager.getVotingPluginUser
(org.bukkit.OfflinePlayer player) Methods in com.bencodez.votingplugin.user with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
VotingPluginUser.offlineBroadcast
(VotingPluginUser user, boolean checkBungee, int numberOfVotes) -
Uses of VotingPluginUser in com.bencodez.votingplugin.voteparty
Methods in com.bencodez.votingplugin.voteparty with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
VoteParty.addTotal
(VotingPluginUser user) void
VoteParty.addVotePlayer
(VotingPluginUser user) Adds the vote player.void
VoteParty.check
(VotingPluginUser user, boolean forceBungee) void
VoteParty.checkVoteReminder
(VotingPluginUser user) void
VoteParty.giveReward
(VotingPluginUser user, boolean useBungee) void
VoteParty.giveReward
(VotingPluginUser user, boolean online, boolean useBungee) void
VoteParty.giveRewards
(VotingPluginUser orgUser, boolean forceBungee) void
VoteParty.vote
(VotingPluginUser user, boolean realVote, boolean forceBungee) -
Uses of VotingPluginUser in com.bencodez.votingplugin.votereminding
Methods in com.bencodez.votingplugin.votereminding with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoid
VoteReminding.checkRemind
(VotingPluginUser user) Check remind.void
VoteReminding.runRemind
(VotingPluginUser user) Run remind.void
VoteReminding.runRemindLogin
(VotingPluginUser user) boolean
VoteReminding.shouldRemind
(VotingPluginUser user)