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.impl.money
/
RuneMoneyCommand
Rune
Money
Command
class
RuneMoneyCommand
(
moneyService
:
MoneyService
)
:
RuneCommand
Members
Constructors
Rune
Money
Command
Link copied to clipboard
constructor
(
moneyService
:
MoneyService
)
Properties
aliases
Link copied to clipboard
open
override
val
aliases
:
List
<
String
>
コマンドのエイリアス.
description
Link copied to clipboard
open
override
val
description
:
String
コマンドの説明.
name
Link copied to clipboard
open
override
val
name
:
String
コマンドに使用される名前.
subcommands
Link copied to clipboard
open
override
val
subcommands
:
List
<
RuneCommand
>
コマンドのサブコマンド.
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
RuneCommandContext
)
:
CommandResult
コマンドの実行内容を実装する関数
suggest
Link copied to clipboard
open
override
fun
suggest
(
context
:
SuggestionContext
)
:
List
<
String
>
コマンドのサジェスト内容を実装する関数