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 TypeMethodDescriptionvoid
VotingPluginBungee.sendSocketVote
(String name, String service, BungeeMessageData text) void
VotingPluginBungee.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 void
MultiProxyHandler.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 TypeMethodDescriptionvoid
VotingPluginVelocity.sendSocketVote
(String name, String service, BungeeMessageData text) void
VotingPluginVelocity.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 TypeMethodDescriptionvoid
PlayerPostVoteEvent.setBungeeTextTotals
(BungeeMessageData bungeeTextTotals) void
PlayerVoteEvent.setBungeeTextTotals
(BungeeMessageData bungeeTextTotals) -
Uses of BungeeMessageData in com.bencodez.votingplugin.specialrewards
Methods in com.bencodez.votingplugin.specialrewards with parameters of type BungeeMessageDataModifier and TypeMethodDescriptionboolean
SpecialRewards.checkCumualativeVotes
(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee) boolean
SpecialRewards.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 TypeMethodDescriptionvoid
VotingPluginUser.bungeeVote
(String service, BungeeMessageData text, boolean setTotals) void
VotingPluginUser.bungeeVoteOnline
(String service, BungeeMessageData text, boolean setTotals) void
VotingPluginUser.bungeeVotePluginMessaging
(String service, long time, BungeeMessageData text, boolean setTotals, boolean wasOnline, boolean broadcast, int num)