Class CommandResult
java.lang.Object
com.github.darksoulq.abyssallib.server.command.CommandResult
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandResulterror(com.mojang.brigadier.exceptions.CommandSyntaxException exception) static CommandResultfailure()intgetValue()static CommandResultsuccess()static CommandResultsuccess(int value)
-
Method Details
-
success
-
success
-
failure
-
error
-
getValue
public int getValue() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-