Class YamlConfigAccessor
java.lang.Object
org.kingdoms.config.implementation.YamlConfigAccessor
- All Implemented Interfaces:
ConfigAccessor,DefaultableConfigAccessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TbooleangetBoolean(String... option) org.kingdoms.utils.compilers.expressions.ConditionalExpressiongetCondition(String option) doubleintgetIntegerList(String... option) getKeys()longgetStringList(String... option) @Nullable YamlConfigAccessorgotoSection(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.accessor.ConfigAccessor
toBukkitConfigurationSection
-
Constructor Details
-
YamlConfigAccessor
-
-
Method Details
-
noDefault
- Specified by:
noDefaultin interfaceConfigAccessor- Specified by:
noDefaultin interfaceDefaultableConfigAccessor
-
isSet
- Specified by:
isSetin interfaceConfigAccessor
-
getString
- Specified by:
getStringin interfaceConfigAccessor
-
get
-
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
-