Uses of Class
net.ME1312.Galaxi.Library.Config.YAMLSection
Packages that use YAMLSection
-
Uses of YAMLSection in net.ME1312.Galaxi.Library.Config
Methods in net.ME1312.Galaxi.Library.Config that return YAMLSectionModifier and TypeMethodDescriptionYAMLSection.clone()YAMLConfig.get()Get Config ContentsYAMLSection.getSection(String handle) Get a YAML Section by HandleYAMLSection.getSection(String handle, Supplier<? extends YAMLSection> def) Get a YAML Section by HandleYAMLSection.getSection(String handle, Map<? extends String, ?> def) Get a YAML Section by HandleYAMLSection.getSection(String handle, YAMLSection def) Get a YAML Section by HandleMethods in net.ME1312.Galaxi.Library.Config that return types with arguments of type YAMLSectionModifier and TypeMethodDescriptionYAMLSection.getSectionList(String handle) Get a YAML Section List by HandleYAMLSection.getSectionList(String handle, Collection<? extends Map<? extends String, ?>> def) Get a YAML Section List by HandleYAMLSection.getSectionList(String handle, Supplier<? extends List<? extends YAMLSection>> def) Get a YAML Section List by HandleYAMLSection.getSectionList(String handle, List<? extends YAMLSection> def) Get a YAML Section List by HandleMethods in net.ME1312.Galaxi.Library.Config with parameters of type YAMLSectionModifier and TypeMethodDescriptionYAMLSection.getSection(String handle, YAMLSection def) Get a YAML Section by HandlevoidYAMLConfig.set(YAMLSection value) Set Config ContentsMethod parameters in net.ME1312.Galaxi.Library.Config with type arguments of type YAMLSectionModifier and TypeMethodDescriptionYAMLSection.getSection(String handle, Supplier<? extends YAMLSection> def) Get a YAML Section by HandleYAMLSection.getSectionList(String handle, Supplier<? extends List<? extends YAMLSection>> def) Get a YAML Section List by HandleYAMLSection.getSectionList(String handle, List<? extends YAMLSection> def) Get a YAML Section List by Handle