Properties

Link copied to clipboard
open val aliases: List<String>

コマンドのエイリアス.

Link copied to clipboard
abstract val description: String

コマンドの説明.

Link copied to clipboard
abstract val name: String

コマンドに使用される名前.

Link copied to clipboard

コマンドのサブコマンド.

Functions

Link copied to clipboard
abstract fun execute(context: RuneCommandContext): CommandResult

コマンドの実行内容を実装する関数

Link copied to clipboard
open fun suggest(context: SuggestionContext): List<String>

コマンドのサジェスト内容を実装する関数