Uses of Interface
eu.cloudnetservice.node.command.source.CommandSource
Packages that use CommandSource
Package
Description
-
Uses of CommandSource in eu.cloudnetservice.node.command
Methods in eu.cloudnetservice.node.command with parameters of type CommandSourceModifier and TypeMethodDescriptionCommandProvider.execute(@NonNull CommandSource source, @NonNull String input) Executes a command with the given command source and sends all responses to the given source.CommandProvider.suggest(@NonNull CommandSource source, @NonNull String input) Resolves the next correct command suggestions that would result in a successful command execution, while only suggesting commands that the source is allowed to execute. -
Uses of CommandSource in eu.cloudnetservice.node.command.source
Methods in eu.cloudnetservice.node.command.source that return CommandSource -
Uses of CommandSource in eu.cloudnetservice.node.event.command
Fields in eu.cloudnetservice.node.event.command declared as CommandSourceModifier and TypeFieldDescriptionprivate final CommandSourceCommandNotFoundEvent.commandSourceprivate final CommandSourceCommandProcessEvent.commandSourceprivate final CommandSourceCommandInvalidSyntaxEvent.sourceMethods in eu.cloudnetservice.node.event.command that return CommandSourceModifier and TypeMethodDescriptionCommandInvalidSyntaxEvent.commandSource()CommandNotFoundEvent.commandSource()CommandProcessEvent.commandSource()Gets the command source that executed the command and lead to this event call.Constructors in eu.cloudnetservice.node.event.command with parameters of type CommandSourceModifierConstructorDescriptionCommandInvalidSyntaxEvent(@NonNull CommandSource source, @NonNull String correctSyntax, @NonNull List<String> fullCommandTree, @NonNull List<String> response) CommandNotFoundEvent(@NonNull CommandSource commandSource, @NonNull String commandLine, @NonNull String response) CommandPostProcessEvent(@NonNull Collection<String> tokenizedCommandInput, @NonNull eu.cloudnetservice.driver.command.CommandInfo command, @NonNull CommandSource commandSource, @NonNull CommandProvider commandProvider) CommandPreProcessEvent(@NonNull Collection<String> tokenizedCommandInput, @NonNull eu.cloudnetservice.driver.command.CommandInfo command, @NonNull CommandSource commandSource, @NonNull CommandProvider commandProvider) CommandProcessEvent(@NonNull Collection<String> tokenizedCommandInput, @NonNull eu.cloudnetservice.driver.command.CommandInfo command, @NonNull CommandSource commandSource, @NonNull CommandProvider commandProvider)