Package com.velocitypowered.api.command
Interface SimpleCommand.Invocation
- All Superinterfaces:
CommandInvocation<String @NonNull []>
- Enclosing interface:
- SimpleCommand
Contains the invocation data for a simple 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
-