Package com.bencodez.votingplugin.bungee
Class BungeeMessageData
java.lang.Object
com.bencodez.votingplugin.bungee.BungeeMessageData
-
Constructor Summary
ConstructorDescriptionBungeeMessageData
(int allTimeTotal, int monthTotal, int weeklyTotal, int dailyTotal, int points, int milestoneCount, int votePartyCurrent, int votePartyRequired) BungeeMessageData
(String str) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
void
setAllTimeTotal
(int allTimeTotal) void
setDailyTotal
(int dailyTotal) void
setMilestoneCount
(int milestoneCount) void
setMonthTotal
(int monthTotal) void
setPoints
(int points) void
setVotePartyCurrent
(int votePartyCurrent) void
setVotePartyRequired
(int votePartyRequired) void
setWeeklyTotal
(int weeklyTotal) toString()
-
Constructor Details
-
BungeeMessageData
public BungeeMessageData(int allTimeTotal, int monthTotal, int weeklyTotal, int dailyTotal, int points, int milestoneCount, int votePartyCurrent, int votePartyRequired) -
BungeeMessageData
-
-
Method Details
-
toString
-
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)
-