public class PlanLiteAnalyzedData extends Object
Constructor and Description |
---|
PlanLiteAnalyzedData()
Class Constructor.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,Integer> |
getFactionMap() |
int |
getTotalMoney() |
int |
getTotalVotes() |
HashMap<String,Integer> |
getTownMap() |
void |
setFactionMap(HashMap<String,Integer> factionMap) |
void |
setTotalMoney(int totalMoney) |
void |
setTotalVotes(int totalVotes) |
void |
setTownMap(HashMap<String,Integer> townMap) |
public PlanLiteAnalyzedData()
public HashMap<String,Integer> getTownMap()
public void setTownMap(HashMap<String,Integer> townMap)
townMap
- Map of Town names with residents inside them.public HashMap<String,Integer> getFactionMap()
public void setFactionMap(HashMap<String,Integer> factionMap)
factionMap
- Map of Faction names with players inside them.public int getTotalVotes()
public void setTotalVotes(int totalVotes)
totalVotes
- Amount of votes the server has recieved.public int getTotalMoney()
public void setTotalMoney(int totalMoney)
totalMoney
- Amount of money that is in the economy.Copyright © 2017. All rights reserved.