LazyConfigProperty

fun <T> LazyConfigProperty(config: Config, thunk: (config: ItemContainer) -> T, prefix: String = "", name: String? = null, description: String = "", nullable: Boolean = false)

Sources

jvm source
Link copied to clipboard