Interface IConfigCategory
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescription@Unmodifiable List<? extends IConfigValue<?>> Get the config values in builder insertion order.Methods inherited from interface net.mezzdev.config.api.schema.category.IConfigEditorCategory
getLocalizationKey, getName
-
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
-