Uses of Class
me.internalizable.numdrassl.api.command.CommandResult
Packages that use CommandResult
-
Uses of CommandResult in me.internalizable.numdrassl.api.command
Methods in me.internalizable.numdrassl.api.command that return CommandResultModifier and TypeMethodDescriptionCommand.execute(CommandSource source, String[] args) Execute this command.CommandManager.execute(CommandSource source, String commandLine) Execute a command as a source.static CommandResultCommandResult.failure()A failed command result.static CommandResultA failed command result with a message.CommandHandler.handle(CommandSource source, String[] args) Handle a command execution.static CommandResultCommandResult.noPermission()A result indicating insufficient permissions.static CommandResultCommandResult.notFound()A result indicating the command was not found.static CommandResultCommandResult.success()A successful command result.static CommandResultA successful command result with a message.Methods in me.internalizable.numdrassl.api.command that return types with arguments of type CommandResultModifier and TypeMethodDescriptionCommandManager.executeAsync(CommandSource source, String commandLine) Execute a command asynchronously as a source.