Uses of Class
com.bencodez.votingplugin.bungee.BungeeMessageData
Packages that use BungeeMessageData
Package
Description
-
Uses of BungeeMessageData in com.bencodez.votingplugin.bungee
Methods in com.bencodez.votingplugin.bungee with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionvoidVotingPluginBungee.sendSocketVote(String name, String service, BungeeMessageData text) voidVotingPluginBungee.vote(String player, String service, boolean realVote, boolean timeQueue, long queueTime, BungeeMessageData text, String uuid) -
Uses of BungeeMessageData in com.bencodez.votingplugin.bungee.global.multiproxy
Methods in com.bencodez.votingplugin.bungee.global.multiproxy with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionabstract voidMultiProxyHandler.triggerVote(String player, String service, boolean realVote, boolean timeQueue, long queueTime, BungeeMessageData text, String uuid) -
Uses of BungeeMessageData in com.bencodez.votingplugin.bungee.velocity
Methods in com.bencodez.votingplugin.bungee.velocity with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionvoidVotingPluginVelocity.sendSocketVote(String name, String service, BungeeMessageData text) voidVotingPluginVelocity.vote(String player, String service, boolean realVote, boolean timeQueue, long queuedTime, BungeeMessageData text, String uuid) -
Uses of BungeeMessageData in com.bencodez.votingplugin.events
Methods in com.bencodez.votingplugin.events that return BungeeMessageDataModifier and TypeMethodDescriptionPlayerPostVoteEvent.getBungeeTextTotals()PlayerVoteEvent.getBungeeTextTotals()Methods in com.bencodez.votingplugin.events with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionvoidPlayerPostVoteEvent.setBungeeTextTotals(BungeeMessageData bungeeTextTotals) voidPlayerVoteEvent.setBungeeTextTotals(BungeeMessageData bungeeTextTotals) -
Uses of BungeeMessageData in com.bencodez.votingplugin.specialrewards
Methods in com.bencodez.votingplugin.specialrewards with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionbooleanSpecialRewards.checkCumualativeVotes(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) booleanSpecialRewards.checkMilestone(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) -
Uses of BungeeMessageData in com.bencodez.votingplugin.user
Methods in com.bencodez.votingplugin.user with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionvoidVotingPluginUser.bungeeVote(String service, BungeeMessageData text, boolean setTotals) voidVotingPluginUser.bungeeVoteOnline(String service, BungeeMessageData text, boolean setTotals) voidVotingPluginUser.bungeeVotePluginMessaging(String service, long time, BungeeMessageData text, boolean setTotals, boolean wasOnline, boolean broadcast, int num)