CoroutineSession

Facade of a coroutine session of a single plugin.

Properties

Link copied to clipboard

Velocity Dispatcher.

Link copied to clipboard
abstract val scope: <Error class: unknown class>

Plugin scope.

Functions

Link copied to clipboard
abstract fun registerSuspendCommand(meta: <Error class: unknown class>, command: SuspendingSimpleCommand)

Registers a suspend command.

Link copied to clipboard
abstract fun registerSuspendListener(listener: Any, onlyRegisterSuspend: Boolean)

Registers a suspend listener.