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.BInventoryButtonCommandLoader.getBackButton(VotingPluginUser user) voidCommandLoader.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 TypeMethodDescriptionvoidCoolDownCheck.check(VotingPluginUser user) voidCoolDownCheck.checkPerSite(VotingPluginUser user) voidCoolDownCheck.schedule(VotingPluginUser user, boolean force) voidCoolDownCheck.schedulePerSite(VotingPluginUser user, boolean force) voidCoolDownCheck.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 TypeMethodDescriptionvoidPlayerReceivePointsEvent.setPlayer(VotingPluginUser player) voidPlayerVoteCoolDownEndEvent.setPlayer(VotingPluginUser player) voidPlayerVoteSiteCoolDownEndEvent.setPlayer(VotingPluginUser player) voidPlayerPostVoteEvent.setUser(VotingPluginUser user) voidPlayerSpecialRewardEvent.setUser(VotingPluginUser user) voidPlayerPostVoteEvent.setVotingPluginUser(VotingPluginUser votingPluginUser) voidPlayerVoteEvent.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 TypeMethodDescriptionvoidVoteSite.broadcastVote(VotingPluginUser user) voidVoteSite.broadcastVote(VotingPluginUser user, boolean checkBungee) Broadcast vote.voidVoteSite.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 TypeMethodDescriptionvoidPlaceHolders.onLogout(VotingPluginUser user) voidPlaceHolders.onUpdate(VotingPluginUser user, boolean login) voidPlaceHolders.schedulePlaceholderCheck(VotingPluginUser user) -
Uses of VotingPluginUser in com.bencodez.votingplugin.specialrewards
Methods in com.bencodez.votingplugin.specialrewards with parameters of type VotingPluginUserModifier and TypeMethodDescriptionvoidSpecialRewards.bungeeAllSitesCheck(VotingPluginUser user, int numberOfVotes, int num) booleanSpecialRewards.checkAllSites(VotingPluginUser user, boolean forceBungee) booleanSpecialRewards.checkAlmostAllSites(VotingPluginUser user, boolean forceBungee) booleanSpecialRewards.checkCumualativeVotes(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) booleanSpecialRewards.checkFirstVote(VotingPluginUser user, boolean forceBungee) booleanSpecialRewards.checkFirstVoteToday(VotingPluginUser user, boolean forceBungee) booleanSpecialRewards.checkMilestone(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) booleanSpecialRewards.checkVoteStreak(VotingPluginUser user, String type, boolean forceBungee) voidSpecialRewards.giveAllSitesRewards(VotingPluginUser user, boolean online, boolean forceBungee) voidSpecialRewards.giveAlmostAllSitesRewards(VotingPluginUser user, boolean online, boolean forceBungee) voidSpecialRewards.giveCumulativeVoteReward(VotingPluginUser user, boolean online, int cumulative, boolean forceBungee) voidSpecialRewards.giveFirstVoteRewards(VotingPluginUser user, boolean online, boolean forceBungee) voidSpecialRewards.giveFirstVoteTodayRewards(VotingPluginUser user, boolean online, boolean forceBungee) voidSpecialRewards.giveMilestoneVoteReward(VotingPluginUser user, boolean online, int milestone, boolean forceBungee) voidSpecialRewards.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 TypeMethodDescriptionvoidVotingPluginUser.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 TypeMethodDescriptionvoidVoteParty.addTotal(VotingPluginUser user) voidVoteParty.addVotePlayer(VotingPluginUser user) Adds the vote player.voidVoteParty.check(VotingPluginUser user, boolean forceBungee) voidVoteParty.checkVoteReminder(VotingPluginUser user) voidVoteParty.giveReward(VotingPluginUser user, boolean useBungee) voidVoteParty.giveReward(VotingPluginUser user, boolean online, boolean useBungee) voidVoteParty.giveRewards(VotingPluginUser orgUser, boolean forceBungee) voidVoteParty.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 TypeMethodDescriptionvoidVoteReminding.checkRemind(VotingPluginUser user) Check remind.voidVoteReminding.runRemind(VotingPluginUser user) Run remind.voidVoteReminding.runRemindLogin(VotingPluginUser user) booleanVoteReminding.shouldRemind(VotingPluginUser user)