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
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract String desc()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String name()
Link copied to clipboard
public abstract String toString()