sync

suspend fun <T> sync(block: suspend CoroutineScope.() -> T): T

Runs the block on the Bukkit main thread.

Parameters

block

The block to execute.