toggle menu
mccoroutine-root
jvm
switch theme
search in API
mccoroutine-root
/
com.github.shynixn.mccoroutine.fabric
/
SuspendingCommand
Suspending
Command
@
FunctionalInterface
interface
SuspendingCommand
<
S
>
A suspending interface of the default command.
Members
Functions
run
Link copied to clipboard
abstract
suspend
fun
run
(
context
:
<Error class: unknown class>
<
S
>
)
:
Int
Gets called when the command is executed.