Package org.kingdoms.config
Interface ConfigAccessor
- All Known Implementing Classes:
YamlConfigAccessor
public interface ConfigAccessor
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String... option) doubledefault <T extends Enum<T>>
TintgetIntegerList(String... option) getKeys()longgetStringList(String... option) default LonggetTimeMillis(String option) default LonggetTimeMillis(String option, TimeUnit timeUnit) gotoSection(String... option) boolean
-
Method Details
-
noDefault
ConfigAccessor noDefault() -
isSet
-
getString
-
getStringList
-
getKeys
-
gotoSection
-
getCurrentPath
String getCurrentPath() -
getBoolean
-
getInt
-
get
-
getDouble
-
getLong
-
getSection
ConfigSection getSection() -
getIntegerList
-
getTimeMillis
-
getEntries
-
getTimeMillis
-
getEnum
-
toBukkitConfigurationSection
-