Package com.velocitypowered.api.command
Interface RawCommand.Invocation
- All Superinterfaces:
CommandInvocation<String>
- Enclosing interface:
- RawCommand
Contains the invocation data for a raw command.
-
Method Summary
Methods inherited from interface com.velocitypowered.api.command.CommandInvocation
arguments, source
-
Method Details
-
alias
String alias()Returns the used alias to execute the command.- Returns:
- the used command alias
-