quilt-kotlin-libraries
0.1.0
minecraft
/
org.quiltmc.qkl.wrapper.minecraft.brigadier
/
CommandResult
/
Failure
Failure
class
Failure
(
val
message
:
Text
)
:
CommandResult
Content copied to clipboard
Representation of the command failing with the specified error
message
.
Author
Cypher121
Constructors
Properties
Constructors
Failure
Link copied to clipboard
fun
Failure
(
message
:
Text
)
Content copied to clipboard
Properties
message
Link copied to clipboard
val
message
:
Text
Content copied to clipboard