startSpecField¶
fun <T : DataSpec> ConfigEntryBuilder.startSpecField(fieldNameKey: Component, value: T): SpecFieldBuilder<T>
The start*Field/start*List/start*Map functions below extend ConfigEntryBuilder the same way Cloth Config's own built-ins do (startBooleanToggle, startIntField, ...), so the field types Archie adds - nested specs, registry entries, keybind/color lists and maps - are used the same way. Each one just forwards to the matching builder class's constructor.