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
-
Methods inherited from interface com.velocitypowered.api.command.CommandInvocation
alias, arguments, source
-
-