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