initWithServerSync

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

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