RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.command
/
RuneCommand
Rune
Command
interface
RuneCommand
Inheritors
RuneDiceCommand
RuneLogoutCommand
RunePatchNoteCommand
RunePlayTimeCommand
RunePlayerListCommand
Members
Properties
aliases
Link copied to clipboard
open
val
aliases
:
List
<
String
>
コマンドのエイリアス.
description
Link copied to clipboard
abstract
val
description
:
String
コマンドの説明.
name
Link copied to clipboard
abstract
val
name
:
String
コマンドに使用される名前.
subcommands
Link copied to clipboard
open
val
subcommands
:
List
<
RuneCommand
>
コマンドのサブコマンド.
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
context
:
RuneCommandContext
)
:
CommandResult
コマンドの実行内容を実装する関数
suggest
Link copied to clipboard
open
fun
suggest
(
context
:
SuggestionContext
)
:
List
<
String
>
コマンドのサジェスト内容を実装する関数