public class PlanLitePlayerData extends Object
Constructor and Description |
---|
PlanLitePlayerData()
Class Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFaction() |
String |
getFriends() |
double |
getMoney() |
String |
getPlotOptions() |
String |
getPlotPerms() |
String |
getTown() |
int |
getVotes() |
boolean |
hasFactions() |
boolean |
hasSuperbVote() |
boolean |
hasTowny() |
boolean |
hasVault() |
void |
setFaction(String faction) |
void |
setFactions(boolean factions) |
void |
setFriends(String friends) |
void |
setMoney(double money) |
void |
setPlotOptions(String plotOptions) |
void |
setPlotPerms(String plotPerms) |
void |
setSuperbVote(boolean superbVote) |
void |
setTown(String town) |
void |
setTowny(boolean towny) |
void |
setVault(boolean vault) |
void |
setVotes(int votes) |
public PlanLitePlayerData()
public void setTowny(boolean towny)
towny
- Is Towny installed?public void setFactions(boolean factions)
factions
- Is Factions installed?public void setSuperbVote(boolean superbVote)
superbVote
- Is SuperbVote installed?public void setVault(boolean vault)
vault
- Is Vault installed?public void setTown(String town)
town
- Name of town player is resident in (Towny)public void setFriends(String friends)
friends
- Friends of player (Towny)public void setPlotPerms(String plotPerms)
plotPerms
- Perms of player (Towny)public void setPlotOptions(String plotOptions)
plotOptions
- Options of player (Towny)public void setFaction(String faction)
faction
- Faction the player is inpublic void setVotes(int votes)
votes
- How many votes the player haspublic void setMoney(double money)
money
- How much money the player haspublic boolean hasTowny()
public boolean hasFactions()
public boolean hasSuperbVote()
public boolean hasVault()
public String getTown()
public String getFriends()
public String getPlotPerms()
public String getPlotOptions()
public String getFaction()
public int getVotes()
public double getMoney()
Copyright © 2017. All rights reserved.