Uses of Interface
dev.sympho.modular_commands.api.command.result.CommandSuccess
Packages that use CommandSuccess
Package
Description
Interfaces defining the result of handling an invoked command.
-
Uses of CommandSuccess in dev.sympho.modular_commands.api.command.result
Subinterfaces of CommandSuccess in dev.sympho.modular_commands.api.command.resultModifier and TypeInterfaceDescriptioninterface
A successful result with a message to the user.Fields in dev.sympho.modular_commands.api.command.result declared as CommandSuccessModifier and TypeFieldDescriptionstatic final CommandSuccess
Results.OK
Result indicating the command executed successfully with no further context.Methods in dev.sympho.modular_commands.api.command.result that return CommandSuccessModifier and TypeMethodDescriptionstatic CommandSuccess
Results.ok()
Generates a result indicating the command executed successfully with no further context.