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