Interface IConfigValueEditorSerializer<T>

All Superinterfaces:
IConfigValueLocalizationProvider<T>, net.mezzdev.config.api.value.serializer.IConfigValueSerializer<T>
All Known Subinterfaces:
IConfigListValueEditorSerializer<T>

public interface IConfigValueEditorSerializer<T> extends net.mezzdev.config.api.value.serializer.IConfigValueSerializer<T>, IConfigValueLocalizationProvider<T>
Serialization, validation, and editor metadata for config values that need a specific config screen editor.
Since:
0.1.0
  • Method Details

    • getEditorType

      ConfigValueEditorType<T> getEditorType()
      Get the kind of editor that config screens should use for values serialized by this helper.
      Since:
      0.1.0