Uses of Interface
dev.sympho.modular_commands.api.command.result.CommandError
Packages that use CommandError
Package
Description
Interfaces defining the result of handling an invoked command.
-
Uses of CommandError in dev.sympho.modular_commands.api.command.result
Subinterfaces of CommandError in dev.sympho.modular_commands.api.command.resultModifier and TypeInterfaceDescriptioninterface
An error result due to an exception being thrown.Methods in dev.sympho.modular_commands.api.command.result that return CommandErrorModifier and TypeMethodDescriptionstatic CommandError
Generates a result indicating the command encountered an error.