Package com.velocitypowered.api.command
Interface SimpleCommand.Invocation
-
- All Superinterfaces:
CommandInvocation<String @NonNull []>
- Enclosing interface:
- SimpleCommand
public static interface SimpleCommand.Invocation extends CommandInvocation<String @NonNull []>
Contains the invocation data for a simple command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
alias()
Returns the used alias to execute the command.-
Methods inherited from interface com.velocitypowered.api.command.CommandInvocation
arguments, source
-
-
-
-
Method Detail
-
alias
String alias()
Returns the used alias to execute the command.- Returns:
- the used command alias
-
-