Lazy Config Property
fun <T> LazyConfigProperty(config: Config, thunk: (config: ItemContainer) -> T, prefix: String = "", name: String? = null, description: String = "", nullable: Boolean = false)
Content copied to clipboard
Sources
jvm source
Link copied to clipboard