platform-paper
Toggle table of contents
0.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
platform-paper
platform-paper
/
dev.m1sk9.lunaticChat.paper.command.core
/
CommandResult
/
Failure
Failure
data
class
Failure
(
val
message
:
Component
)
:
CommandResult
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.