Class YamlConfigAccessor
java.lang.Object
org.kingdoms.config.implementation.YamlConfigAccessor
- All Implemented Interfaces:
ConfigAccessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String... option) getCondition(String option) doubleintgetIntegerList(String... option) getKeys()longgetStringList(String... option) gotoSection(String... option) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kingdoms.config.ConfigAccessor
getEnum, getTimeMillis, getTimeMillis, toBukkitConfigurationSection
-
Constructor Details
-
YamlConfigAccessor
-
-
Method Details
-
noDefault
- Specified by:
noDefaultin interfaceConfigAccessor
-
isSet
- Specified by:
isSetin interfaceConfigAccessor
-
getString
- Specified by:
getStringin interfaceConfigAccessor
-
getStringList
- Specified by:
getStringListin interfaceConfigAccessor
-
getKeys
- Specified by:
getKeysin interfaceConfigAccessor
-
getBoolean
- Specified by:
getBooleanin interfaceConfigAccessor
-
getCondition
-
getInt
- Specified by:
getIntin interfaceConfigAccessor
-
get
- Specified by:
getin interfaceConfigAccessor
-
getDouble
- Specified by:
getDoublein interfaceConfigAccessor
-
getLong
- Specified by:
getLongin interfaceConfigAccessor
-
getSection
- Specified by:
getSectionin interfaceConfigAccessor
-
getIntegerList
- Specified by:
getIntegerListin interfaceConfigAccessor
-
getEntries
- Specified by:
getEntriesin interfaceConfigAccessor
-
gotoSection
- Specified by:
gotoSectionin interfaceConfigAccessor
-
getCurrentPath
- Specified by:
getCurrentPathin interfaceConfigAccessor
-