Uses of Class
org.cloudburstmc.server.utils.ConfigSection
Packages that use ConfigSection
-
Uses of ConfigSection in org.cloudburstmc.server.utils
Methods in org.cloudburstmc.server.utils that return ConfigSectionModifier and TypeMethodDescriptionConfigSection.getAll()Get new instance of config sectionConfig.getRootSection()Get root (main) config section of the ConfigConfig.getSection(String key)ConfigSection.getSection(String key)Get config section element defined by keyConfig.getSections()Config.getSections(String key)ConfigSection.getSections()Get all ConfigSections in root path.ConfigSection.getSections(String key)Get sections (and only sections) from provided pathMethods in org.cloudburstmc.server.utils with parameters of type ConfigSectionModifier and TypeMethodDescriptionbooleanConfig.load(String file, int type, ConfigSection defaultMap)voidConfig.setAll(ConfigSection section)intConfig.setDefault(ConfigSection map)Constructors in org.cloudburstmc.server.utils with parameters of type ConfigSectionModifierConstructorDescriptionConfig(File file, int type, ConfigSection defaultMap)Config(String file, int type, ConfigSection defaultMap)