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
Constructors in top.focess.qq.api.plugin with parameters of type YamlConfiguration Constructor Description PluginDescription(YamlConfiguration pluginConfig)Constructs a new PluginDescription from the plugin config -
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. yamlConstructors in top.focess.qq.api.util.config with parameters of type YamlConfiguration Constructor Description Config(YamlConfiguration yaml)Loads the configuration from the given YamlConfigurationDefaultConfig(YamlConfiguration yamlConfiguration) -
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(@Nullable InputStream inputStream)static YamlConfigurationYamlConfiguration. loadFile(@NonNull 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)
-