CoroutineAbstractCommand

abstract class CoroutineAbstractCommand(text: String, line: Int) : AbstractCommand

Constructors

Link copied to clipboard
constructor(text: String, line: Int)

Functions

Link copied to clipboard
open override fun canGoFurther(): Boolean
Link copied to clipboard
@NotNull
override fun execute(@NotNull p0: @NotNull PlaybackContext): @NotNull CompletableFuture<*>
Link copied to clipboard
abstract suspend fun executeAsync(context: PlaybackContext)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getLine(): Int
Link copied to clipboard
@Nullable
override fun getScriptDir(): @Nullable File?
Link copied to clipboard
@NonNls
@NotNull
fun getText(): @NonNls @NotNull String
Link copied to clipboard
fun setScriptDir(@Nullable p0: @Nullable File?)