Category

Annotates a field inside a io.github.notenoughupdates.moulconfig.Config as a category. If used inside a Category it will instead turn into a subcategory. Subcategories cannot be nested. Each category (and subcategory) should be a field with a POJO as type. The fields inside the POJO will be interpreted as options in declaration order.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun desc(): String
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun name(): String
Link copied to clipboard
abstract fun toString(): String