Uses of Interface
me.croabeast.file.ConfigurableUnit
Packages that use ConfigurableUnit
-
Uses of ConfigurableUnit in me.croabeast.file
Classes in me.croabeast.file with type parameters of type ConfigurableUnitModifier and TypeInterfaceDescriptioninterfaceUnitMappable<U extends ConfigurableUnit,C extends Collection<U>, UM extends UnitMappable<U, C, UM>> Represents a mappable collection of configurable units.static interfaceUnitMappable.List<U extends ConfigurableUnit>A sub-interface ofUnitMappablespecialized for list-backed collections.static interfaceUnitMappable.Set<U extends ConfigurableUnit>A sub-interface ofUnitMappablespecialized for set-backed collections.Methods in me.croabeast.file with type parameters of type ConfigurableUnitModifier and TypeMethodDescriptionstatic <U extends ConfigurableUnit>
UnitMappable.List<U> UnitMappable.asList()Creates an emptyUnitMappable.Listinstance.static <U extends ConfigurableUnit>
UnitMappable.List<U> Creates a newUnitMappable.Listinstance from the given map.static <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.<U extends ConfigurableUnit>
UnitMappable.List<U> Transforms the containedConfigurationSectionelements into aUnitMappable.Listby applying the provided function.<U extends ConfigurableUnit>
UnitMappable.Set<U> Transforms the containedConfigurationSectionelements into aUnitMappable.Setby applying the provided function.Methods in me.croabeast.file that return ConfigurableUnitModifier and TypeMethodDescriptionstatic ConfigurableUnitConfigurableUnit.of(ConfigurableUnit unit) Creates a newConfigurableUnitinstance based on the providedConfigurableUnit.static ConfigurableUnitConfigurableUnit.of(org.bukkit.configuration.ConfigurationSection section) Creates a newConfigurableUnitinstance based on the provided configuration section.Methods in me.croabeast.file with parameters of type ConfigurableUnitModifier and TypeMethodDescriptionstatic ConfigurableUnitConfigurableUnit.of(ConfigurableUnit unit) Creates a newConfigurableUnitinstance based on the providedConfigurableUnit.