Uses of Enum Class
com.velocitypowered.api.command.CommandResult
Packages that use CommandResult
Package
Description
Provides a command framework.
-
Uses of CommandResult in com.velocitypowered.api.command
Methods in com.velocitypowered.api.command that return CommandResultModifier and TypeMethodDescriptionstatic CommandResult
Returns 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 CommandResult
PostCommandInvocationEvent.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.