LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
engine
/
dev.m1sk9.lunaticChat.engine.command
/
CommandResult
/
Failure
Failure
data
class
Failure
(
val
message
:
Component
)
:
CommandResult
(
source
)
Command failed with an error message
Members
Constructors
Failure
Link copied to clipboard
constructor
(
message
:
Component
)
Properties
message
Link copied to clipboard
val
message
:
Component
Functions
to
Brigadier
Result
Link copied to clipboard
fun
toBrigadierResult
(
)
:
Int
Converts result to Brigadier return value.