Uses of Class
top.focess.qq.api.util.yaml.YamlConfiguration
-
Packages that use YamlConfiguration Package Description top.focess.qq.api.plugin top.focess.qq.api.util.config top.focess.qq.api.util.yaml -
-
Uses of YamlConfiguration in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin that return YamlConfiguration Modifier and Type Method Description YamlConfigurationPlugin. getConfig()Deprecated.Constructors in top.focess.qq.api.plugin with parameters of type YamlConfiguration Constructor Description PluginDescription(YamlConfiguration pluginConfig) -
Uses of YamlConfiguration in top.focess.qq.api.util.config
Fields in top.focess.qq.api.util.config declared as YamlConfiguration Modifier and Type Field Description protected YamlConfigurationConfig. yaml -
Uses of YamlConfiguration in top.focess.qq.api.util.yaml
Subclasses of YamlConfiguration in top.focess.qq.api.util.yaml Modifier and Type Class Description classYamlConfigurationSectionSection of YamlConfiguration.Methods in top.focess.qq.api.util.yaml that return YamlConfiguration Modifier and Type Method Description YamlConfigurationYamlConfigurationSection. getParent()Get the parent sectionstatic YamlConfigurationYamlConfiguration. load(InputStream inputStream)static YamlConfigurationYamlConfiguration. loadFile(File file)Load the file as a YAML configurationConstructors in top.focess.qq.api.util.yaml with parameters of type YamlConfiguration Constructor Description YamlConfigurationSection(YamlConfiguration parent, Map<String,Object> values)
-