Package com.velocitypowered.api.command
Interface RawCommand.Invocation
-
- All Superinterfaces:
CommandInvocation<String>
- Enclosing interface:
- RawCommand
public static interface RawCommand.Invocation extends CommandInvocation<String>
Contains the invocation data for a raw command.
-
-
Method Summary
-
Methods inherited from interface com.velocitypowered.api.command.CommandInvocation
alias, arguments, source
-
-