Uses of Interface
top.focess.qq.api.util.SectionMap
-
Packages that use SectionMap Package Description top.focess.qq.api.util top.focess.qq.api.util.json top.focess.qq.api.util.session top.focess.qq.api.util.yaml -
-
Uses of SectionMap in top.focess.qq.api.util
Methods in top.focess.qq.api.util that return SectionMap Modifier and Type Method Description SectionMapSectionMap. createSection(String key)Create the section named key Note: if the section named key already exists, it will be replaced by a new sectionSectionMapSectionMap. getSection(String key)Get the section named key Note: if the section named key does not exist, it will be created -
Uses of SectionMap in top.focess.qq.api.util.json
Classes in top.focess.qq.api.util.json that implement SectionMap Modifier and Type Class Description classJSONThis class is used to define a JSON object as Map.classJSONSectionSection of JSON. -
Uses of SectionMap in top.focess.qq.api.util.session
Classes in top.focess.qq.api.util.session that implement SectionMap Modifier and Type Class Description classSessionThis class is used to build better communication between Command and CommandSender.classSessionSectionSection of Session.Methods in top.focess.qq.api.util.session that return SectionMap Modifier and Type Method Description SectionMapSession. getSection(String key) -
Uses of SectionMap in top.focess.qq.api.util.yaml
Classes in top.focess.qq.api.util.yaml that implement SectionMap Modifier and Type Class Description classYamlConfigurationThis class is used to define a YAML configuration.classYamlConfigurationSectionSection of YamlConfiguration.
-