SuspendingCommand

abstract class SuspendingCommand

Constructors

Link copied to clipboard
constructor(name: String)
constructor(name: String, permission: String, vararg aliases: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

Link copied to clipboard
abstract suspend fun execute(sender: <Error class: unknown class>, args: Array<out String>)
Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object. The general contract of hashCode is:

Link copied to clipboard
fun hasPermission(sender: <Error class: unknown class>): Boolean
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.