Package io.lumine.mythic.core.config
Interface GenericConfig
- All Known Implementing Classes:
MythicConfigImpl,MythicLineConfigImpl
public interface GenericConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key) booleangetBoolean(String key, boolean def) intgetInteger(String key) intgetInteger(String key, int def)
-
Method Details
-
getBoolean
-
getBoolean
-
getString
-
getString
-
getInteger
-
getInteger
-