Package net.mezzdev.config.gui.api
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 TypeMethodDescriptionGet the icon to display for one value option.
-
Method Details
-
getIcon
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
-