ManagedConfigBuilder

Constructors

Link copied to clipboard
constructor(file: File, clazz: Class<T>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
inline fun <A : Annotation> customProcessor(noinline editorGenerator: (ProcessedOption, A) -> GuiOptionEditor)
fun <A : Annotation> customProcessor(annotation: Class<A>, editorGenerator: BiFunction<ProcessedOption, in A, GuiOptionEditor>)