dispatch

open override fun dispatch(context: CoroutineContext, block: Runnable)

Dispatches the execution of a runnable block to the Bukkit main thread.

Parameters

context

the coroutine context

block

the runnable block to execute