Class BungeeMessageData

java.lang.Object
com.bencodez.votingplugin.bungee.BungeeMessageData

public class BungeeMessageData extends Object
  • Constructor Details

    • BungeeMessageData

      public BungeeMessageData(int allTimeTotal, int monthTotal, int weeklyTotal, int dailyTotal, int points, int milestoneCount, int votePartyCurrent, int votePartyRequired)
    • BungeeMessageData

      public BungeeMessageData(String str)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAllTimeTotal

      public int getAllTimeTotal()
    • setAllTimeTotal

      public void setAllTimeTotal(int allTimeTotal)
    • getDailyTotal

      public int getDailyTotal()
    • setDailyTotal

      public void setDailyTotal(int dailyTotal)
    • getMilestoneCount

      public int getMilestoneCount()
    • setMilestoneCount

      public void setMilestoneCount(int milestoneCount)
    • getMonthTotal

      public int getMonthTotal()
    • setMonthTotal

      public void setMonthTotal(int monthTotal)
    • getPoints

      public int getPoints()
    • setPoints

      public void setPoints(int points)
    • getWeeklyTotal

      public int getWeeklyTotal()
    • setWeeklyTotal

      public void setWeeklyTotal(int weeklyTotal)
    • getVotePartyCurrent

      public int getVotePartyCurrent()
    • setVotePartyCurrent

      public void setVotePartyCurrent(int votePartyCurrent)
    • getVotePartyRequired

      public int getVotePartyRequired()
    • setVotePartyRequired

      public void setVotePartyRequired(int votePartyRequired)