Uses of Enum Class
com.velocitypowered.api.command.CommandResult
Packages that use CommandResult
Package
Description
Provides a command framework.
Provides events for handling command execution.
-
Uses of CommandResult in com.velocitypowered.api.command
Subclasses with type arguments of type CommandResult in com.velocitypowered.api.commandMethods in com.velocitypowered.api.command that return CommandResultModifier and TypeMethodDescriptionstatic CommandResultReturns the enum constant of this class with the specified name.static CommandResult[]CommandResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommandResult in com.velocitypowered.api.event.command
Methods in com.velocitypowered.api.event.command that return CommandResultModifier and TypeMethodDescription@NotNull CommandResultPostCommandInvocationEvent.getResult()Returns the result of the command execution.Constructors in com.velocitypowered.api.event.command with parameters of type CommandResultModifierConstructorDescriptionPostCommandInvocationEvent(@NotNull CommandSource commandSource, @NotNull String command, @NotNull CommandResult result) Constructs a PostCommandInvocationEvent.