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.register
/
CommandResult
Command
Result
sealed
class
CommandResult
プレイヤーのコマンド実行の結果を表す sealed class
Inheritors
Success
Silent
Failure
Members
Types
Failure
Link copied to clipboard
sealed
class
Failure
:
CommandResult
実行が失敗したことを示す結果
Silent
Link copied to clipboard
data
object
Silent
:
CommandResult
メッセージなしの実行が成功したことを示す結果
Success
Link copied to clipboard
data
class
Success
(
val
message
:
String
?
=
null
)
:
CommandResult
実行が成功したことを示す結果