Class ConfigurationUtil.SettingValue<T>
java.lang.Object
com.plotsquared.core.configuration.ConfigurationUtil.SettingValue<T>
- Enclosing class:
- ConfigurationUtil
Create your own SettingValue object to make the management of plotworld configuration easier
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
abstract T
parseString
(String string) abstract boolean
validateValue
(String string)
-
Method Details
-
getType
-
parseString
-
validateValue
-