Package | Description |
---|---|
main.java.com.djrapitops.plan |
Modifier and Type | Method and Description |
---|---|
static Settings |
Settings.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Settings[] |
Settings.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
ServerSpecificSettings.get(UUID serverUUID,
Settings setting) |
boolean |
ServerSpecificSettings.getBoolean(UUID serverUUID,
Settings setting) |
Integer |
ServerSpecificSettings.getInt(UUID serverUUID,
Settings setting) |
String |
ServerSpecificSettings.getString(UUID serverUUID,
Settings setting) |
void |
ServerSpecificSettings.set(UUID serverUUID,
Settings setting,
Object value) |
Copyright © 2017. All rights reserved.