Uses of Class
net.ME1312.Galaxi.Library.Config.YAMLSection
-
Uses of YAMLSection in net.ME1312.Galaxi.Library.Config
Modifier 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 HandleModifier 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 HandleModifier and TypeMethodDescriptionYAMLSection.getSection
(String handle, YAMLSection def) Get a YAML Section by Handlevoid
YAMLConfig.set
(YAMLSection value) Set Config ContentsModifier 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