quilt-kotlin-libraries
0.1.0
minecraft
/
org.quiltmc.qkl.wrapper.minecraft.brigadier
/
CommandResult
/
Success
Success
class
Success
(
val
result
:
Int
=
Command.SINGLE_SUCCESS
)
:
CommandResult
Content copied to clipboard
Representation of successful completion with the return value of
result
.
Author
Cypher121
Constructors
Properties
Constructors
Success
Link copied to clipboard
fun
Success
(
result
:
Int
=
Command.SINGLE_SUCCESS
)
Content copied to clipboard
Properties
result
Link copied to clipboard
val
result
:
Int
Content copied to clipboard