public class ClientConfiguration extends ConfigurationGroup
ConfigurationGroup.ConfigurationChangedListener| Constructor and Description |
|---|
ClientConfiguration()
Instantiates a new client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exitOnError() |
java.lang.String |
getCountry() |
java.lang.String |
getLanguage() |
java.util.Locale |
getLocale() |
int |
getMaxFps()
Gets the max fps.
|
void |
setCountry(java.lang.String country) |
void |
setExitOnError(boolean exit) |
void |
setLanguage(java.lang.String language) |
void |
setMaxFps(int maxFps)
Sets the max fps.
|
void |
setShowGameMetrics(boolean showGameMetrics) |
boolean |
showGameMetrics() |
getPrefix, initializeByProperty, isDebug, onChanged, removeChangedListener, set, setDebug, storePropertiespublic ClientConfiguration()
public java.lang.String getCountry()
public java.lang.String getLanguage()
public java.util.Locale getLocale()
public int getMaxFps()
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 setExitOnError(boolean exit)
public boolean showGameMetrics()
public boolean exitOnError()