Interface Config
- All Known Implementing Classes:
JSONConfig,YAMLConfig
public interface Config
-
Method Summary
Modifier and TypeMethodDescriptionbooleandoubleintlonggetName()getStringList(String key) voidvoidvoidvoidvoid
-
Method Details
-
getName
String getName() -
getString
-
getInt
-
getBool
-
getDouble
-
getLong
-
getStringList
-
setString
-
setInt
-
setBool
-
setDouble
-
setLong
-