public class ClientConfiguration extends ConfigurationGroup
| Constructor and Description |
|---|
ClientConfiguration()
Instantiates a new client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountry() |
java.lang.String |
getLanguage() |
java.util.Locale |
getLocale() |
int |
getMaxFps()
Gets the max fps.
|
int |
getUpdaterate()
Gets the updaterate.
|
void |
setCountry(java.lang.String country) |
void |
setLanguage(java.lang.String language) |
void |
setMaxFps(int maxFps)
Sets the max fps.
|
void |
setShowGameMetrics(boolean showGameMetrics) |
void |
setUpdaterate(int updaterate)
Sets the updaterate.
|
boolean |
showGameMetrics() |
getPrefix, initializeByProperty, isDebug, setDebug, storePropertiespublic ClientConfiguration()
public java.lang.String getCountry()
public java.lang.String getLanguage()
public java.util.Locale getLocale()
public int getMaxFps()
public int getUpdaterate()
public void setCountry(java.lang.String country)
public void setLanguage(java.lang.String language)
public void setMaxFps(int maxFps)
maxFps - the new max fpspublic void setShowGameMetrics(boolean showGameMetrics)
public void setUpdaterate(int updaterate)
updaterate - the new updateratepublic boolean showGameMetrics()