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 TypeMethodDescriptionGet the translation key used for this category's name.getName()The name of the category.