Uses of Interface
dev.sympho.modular_commands.api.command.result.CommandFailureMessage
Packages that use CommandFailureMessage
Package
Description
Interfaces defining the result of handling an invoked command.
-
Uses of CommandFailureMessage in dev.sympho.modular_commands.api.command.result
Subinterfaces of CommandFailureMessage in dev.sympho.modular_commands.api.command.resultModifier and TypeInterfaceDescriptioninterface
Failure result due to an issue with the provided arguments.Classes in dev.sympho.modular_commands.api.command.result that implement CommandFailureMessageModifier and TypeClassDescriptionfinal record
Failure result due to one or more argument being provided where one wasn't expected.final record
Failure result due to a provided argument being invalid.final record
Failure result due to a required argument not being provided.final record
A failure result due to the user having insufficient permissions.Methods in dev.sympho.modular_commands.api.command.result that return CommandFailureMessageModifier and TypeMethodDescriptionstatic CommandFailureMessage
Generates a result indicating the command failed with a message to the user.