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