quilt-kotlin-libraries
0.1.0
minecraft
/
org.quiltmc.qkl.wrapper.minecraft.brigadier
/
CommandResult
/
Companion
/
success
success
fun
success
(
result
:
Int
=
Command.SINGLE_SUCCESS
)
:
CommandResult.Success
Content copied to clipboard
Creates a
CommandResult.Success
with the given
result
.
Author
Cypher121