Uses of Interface
me.croabeast.file.SectionMappable.Set
Packages that use SectionMappable.Set
-
Uses of SectionMappable.Set in me.croabeast.file
Methods in me.croabeast.file that return SectionMappable.SetModifier and TypeMethodDescriptiondefault SectionMappable.SetConfigurable.asSectionMap(String path) Converts a configuration section into aSectionMappable.Set.static SectionMappable.SetSectionMappable.asSet()Creates an emptySectionMappable.Setinstance.static SectionMappable.SetCreates aSectionMappable.Setinstance from the given map.static SectionMappable.SetConfigurable.toSectionMap(@Nullable org.bukkit.configuration.ConfigurationSection section, @Nullable String path) Converts a configuration section into aSectionMappable.Setinstance.@NotNull SectionMappable.SetSectionMappable.List.toSet()Converts this list-based mappable into a set-based mappable.