kytale
Toggle table of contents
0.1.0-alpha.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kytale
kytale
/
io.github.hytalekt.kytale.command
/
KytaleCommandBuilder
/
executorSync
executor
Sync
inline
fun
executorSync
(
crossinline
block
:
KytaleCommandContext
.
(
CommandContext
)
->
Unit
)
Sets a synchronous executor for the command
Parameters
block
The executor block
See also
Kytale
Command
Builder.
executor
Async