Interface IConfigEditorCategory

All Known Subinterfaces:
IConfigCategory

@NonExtendable public interface IConfigEditorCategory
Describes a visual group that config screens can use to present related values.

Get editor categories from IConfigSchema.getEditorCategories(). Every storage category is also an editor category; schemas can add editor-only categories when the most useful screen layout differs from the config file.

Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the translation key used for this category's name.
    The name of the category.
  • Method Details

    • getName

      String getName()
      The name of the category.
      Since:
      0.1.0
    • getLocalizationKey

      String getLocalizationKey()
      Get the translation key used for this category's name. The category description uses this key with .description appended.
      Since:
      0.1.0