Uses of Interface
me.croabeast.file.UnitMappable.Set
Packages that use UnitMappable.Set
-
Uses of UnitMappable.Set in me.croabeast.file
Methods in me.croabeast.file that return UnitMappable.SetModifier and TypeMethodDescriptionstatic <U extends ConfigurableUnit>
UnitMappable.Set<U> UnitMappable.asSet()Creates an emptyUnitMappable.Setinstance.static <U extends ConfigurableUnit>
UnitMappable.Set<U> Creates a newUnitMappable.Setinstance from the given map.default <U extends ConfigurableUnit>
UnitMappable.Set<U> Configurable.asUnitMap(String path, Function<org.bukkit.configuration.ConfigurationSection, U> function) Converts a configuration section into aUnitMappable.Setby applying a transformation function.@NotNull UnitMappable.Set<U> UnitMappable.List.toSet()Converts this list-based mappable into a set of configurable units.<U extends ConfigurableUnit>
UnitMappable.Set<U> Transforms the containedConfigurationSectionelements into aUnitMappable.Setby applying the provided function.