Class Config.ConfigSection
java.lang.Object
io.github.syst3ms.skriptparser.config.Config.ConfigSection
- Enclosing class:
Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key) <T> TgetConfigValue(String key, Class<T> classType) intgetName()getSection(String name)
-
Constructor Details
-
ConfigSection
-
-
Method Details
-
getName
-
getSection
-
getSections
-
getString
-
getInt
-
getBoolean
-
getConfigValue
-