Uses of Package
dev.sympho.modular_commands.api.command.result
Packages that use dev.sympho.modular_commands.api.command.result
Package
Description
Handler interfaces used across the system.
Interfaces defining the result of handling an invoked command.
Exceptions thrown by the system.
Runtime system for executing commands defined through the API.
-
-
Classes in dev.sympho.modular_commands.api.command.result used by dev.sympho.modular_commands.api.command.resultClassDescriptionThe result from a command that fails to execute due to an internal error.An error result due to an exception being thrown.The result from a command that fails to execute due to user error.Failure result due to an issue with the provided arguments.A failure result with a message to the user.The result of a command.The result from a command that ran successfully.A successful result that should be acknowledged to the user.A successful result with a message to the user.
-
-