Interface IConfigValueIconProvider<T>

Type Parameters:
T - the config value option type

public interface IConfigValueIconProvider<T>
Provides visual icons for config value options.
Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getIcon(T value)
    Get the icon to display for one value option.
  • Method Details

    • getIcon

      Optional<IConfigValueIcon> getIcon(T value)
      Get the icon to display for one value option.
      Parameters:
      value - the displayed value option
      Returns:
      the icon to draw, or empty when this value option has no icon
      Since:
      0.1.0