DevCore
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DevCore
task-sequence
/
com.peco2282.devcore.tasksequence
/
TaskSequenceBuilder
/
sync
sync
suspend
fun
<
T
>
sync
(
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Runs the
block
on the Bukkit main thread.
Parameters
block
The block to execute.