Command

interface Command

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract var name: String

Functions

Link copied to clipboard
abstract suspend fun delete()
Link copied to clipboard
abstract suspend fun getActionContainer(): ActionContainer
Link copied to clipboard
abstract suspend fun getCommandMode(): Command.CommandMode
Link copied to clipboard
abstract suspend fun getListed(): Boolean
Link copied to clipboard
open suspend fun getName(): String
Link copied to clipboard
abstract suspend fun getRequiredGroupPriority(): Int
Link copied to clipboard
abstract suspend fun setCommandMode(newCommandMode: Command.CommandMode): Command
Link copied to clipboard
abstract suspend fun setListed(newListed: Boolean): Command
Link copied to clipboard
abstract suspend fun setName(newName: String): Command
Link copied to clipboard
abstract suspend fun setRequiredGroupPriority(newPriority: Int): Command