Uses of Class
com.bencodez.votingplugin.bungee.BungeeMessageData
Package
Description
-
Uses of BungeeMessageData in com.bencodez.votingplugin.bungee
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionPlayerPostVoteEvent.getBungeeTextTotals()
PlayerVoteEvent.getBungeeTextTotals()
Modifier and TypeMethodDescriptionvoid
PlayerPostVoteEvent.setBungeeTextTotals
(BungeeMessageData bungeeTextTotals) void
PlayerVoteEvent.setBungeeTextTotals
(BungeeMessageData bungeeTextTotals) -
Uses of BungeeMessageData in com.bencodez.votingplugin.specialrewards
Modifier 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
Modifier 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)