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
RuneCustomGiveCommand
RuneDiceCommand
RuneLogoutCommand
RuneMenuCommand
RunePatchNoteCommand
RunePayCommand
RunePlayTimeCommand
RunePlayerInfoCommand
RunePlayerListCommand
RuneSettingsCommand
RuneShopCommand
RuneTrashCommand
RuneWorldCommand
RuneExperienceAddCommand
RuneExperienceCommand
RuneGachaAdminCommand
RuneGachaCommand
RuneLevelCommand
RuneLevelConvertCommand
RuneMoneyAddCommand
RuneMoneyCommand
RuneMoneyReduceCommand
RuneMoneySetCommand
RuneTpaCommand
RuneTpcCommand
RuneTppCommand
RuneWarpCommand
RuneWarpCreateCommand
RuneWarpDeleteCommand
RuneWarpGoCommand
RuneWarpListCommand
RuneWarpAddCommand
RuneWarpAddPointSubCommand
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
>
コマンドのサジェスト内容を実装する関数