getCoroutineSession

abstract fun getCoroutineSession(extension: <Error class: unknown class>): CoroutineSession

Get coroutine session for the given extension. When using an extension, coroutine scope is bound to the lifetime of the extension.


abstract fun getCoroutineSession(minecraftServer: <Error class: unknown class>): CoroutineSession

Get coroutine session for the given server. When using a server, coroutine scope is bound to the lifetime of the entire server.