Class SpecialRewards

java.lang.Object
com.bencodez.votingplugin.specialrewards.SpecialRewards

public class SpecialRewards extends Object
The Class OtherVoteReward.
  • Constructor Details

  • Method Details

    • checkAllSites

      public boolean checkAllSites(VotingPluginUser user, boolean forceBungee)
    • bungeeAllSitesCheck

      public void bungeeAllSitesCheck(VotingPluginUser user, int numberOfVotes, int num)
    • checkAlmostAllSites

      public boolean checkAlmostAllSites(VotingPluginUser user, boolean forceBungee)
    • checkCumualativeVotes

      public boolean checkCumualativeVotes(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee)
    • checkFirstVote

      public boolean checkFirstVote(VotingPluginUser user, boolean forceBungee)
    • checkFirstVoteToday

      public boolean checkFirstVoteToday(VotingPluginUser user, boolean forceBungee)
    • checkMilestone

      public boolean checkMilestone(VotingPluginUser user, BungeeMessageData bungeeMessageData, boolean forceBungee)
    • checkVoteStreak

      public boolean checkVoteStreak(VotingPluginUser user, String type, boolean forceBungee)
    • giveAllSitesRewards

      public void giveAllSitesRewards(VotingPluginUser user, boolean online, boolean forceBungee)
    • giveAlmostAllSitesRewards

      public void giveAlmostAllSitesRewards(VotingPluginUser user, boolean online, boolean forceBungee)
    • giveCumulativeVoteReward

      public void giveCumulativeVoteReward(VotingPluginUser user, boolean online, int cumulative, boolean forceBungee)
    • giveFirstVoteRewards

      public void giveFirstVoteRewards(VotingPluginUser user, boolean online, boolean forceBungee)
    • giveFirstVoteTodayRewards

      public void giveFirstVoteTodayRewards(VotingPluginUser user, boolean online, boolean forceBungee)
    • giveMilestoneVoteReward

      public void giveMilestoneVoteReward(VotingPluginUser user, boolean online, int milestone, boolean forceBungee)
    • giveVoteStreakReward

      public void giveVoteStreakReward(VotingPluginUser user, boolean online, String type, String string, int votes, boolean forceBungee)