Uses of Class
top.focess.qq.api.util.config.Config
-
Packages that use Config Package Description top.focess.qq.api.util.config -
-
Uses of Config in top.focess.qq.api.util.config
Subclasses of Config in top.focess.qq.api.util.config Modifier and Type Class Description classDefaultConfigRepresents a default config named "config.yml" in the plugin folder.classLangConfigRepresents a language config named "lang.yml" in the plugin jar file.Methods in top.focess.qq.api.util.config that return Config Modifier and Type Method Description protected abstract ConfigConfig. getSection(String key)Get the section named key Note: if the section named key does not exist, it will be createdprotected ConfigLangConfig. getSection(String key)
-