initWithServerAsync

inline fun <T> initWithServerAsync(crossinline block: suspend CoroutineScope.(MinecraftServer) -> T): <Error class: unknown class>

Returns a Deferred<T> which will be completed as soon as the server is starting.