Class Config
-
- All Implemented Interfaces:
public final class Config extends ConfigSection
-
-
Field Summary
Fields Modifier and Type Field Description private final YamlConfiguration
internalConfig
private final File
file
private final Set<String>
keys
private final ConfigurationSection
internalSection
-
Method Summary
Modifier and Type Method Description final YamlConfiguration
getInternalConfig()
final File
getFile()
final Unit
save()
-
Methods inherited from class io.github.pylonmc.pylon.core.config.ConfigSection
get, get, getInternalSection, getKeys, getOrThrow, getSection, getSectionOrThrow, getSections, merge, set
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInternalConfig
final YamlConfiguration getInternalConfig()
-
-
-
-