Interface IConfigCategory

All Superinterfaces:
IConfigEditorCategory

@NonExtendable public interface IConfigCategory extends IConfigEditorCategory
A named group of values stored together in a config file.

Get the categories for a built schema from IConfigSchema.getCategories(). Config screens can use them for their default visual grouping, or use IConfigSchema.getEditorCategories() when the schema defines a separate layout.

Since:
0.1.0
  • Method Details

    • getConfigValues

      @Unmodifiable List<? extends IConfigValue<?>> getConfigValues()
      Get the config values in builder insertion order.
      Returns:
      an immutable list snapshot of the category's config values
      Since:
      0.1.0