initWithServerAsync

inline fun <T> initWithServerAsync(crossinline block: suspend CoroutineScope.(MinecraftServer) -> T): Deferred<T>(source)

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