public interface IGameMode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanSetting(java.lang.String ident) |
float |
getFloatSetting(java.lang.String ident) |
java.lang.String |
getIdentifier() |
int |
getIntegerSetting(java.lang.String ident) |
java.lang.String getIdentifier()
boolean getBooleanSetting(java.lang.String ident)
ident - Identifier for the setting. (See the gamemode config.)int getIntegerSetting(java.lang.String ident)
ident - Identifier for the setting. (See the gamemode config.)float getFloatSetting(java.lang.String ident)
ident - Identifier for the setting. (See the gamemode config.)