Package com.velocitypowered.api.command
Interface RawCommand
-
- All Superinterfaces:
Command,InvocableCommand<RawCommand.Invocation>
public interface RawCommand extends InvocableCommand<RawCommand.Invocation>
A specialized sub-interface ofCommandwhich indicates the proxy should pass the command and its arguments directly without further processing. This is useful for bolting on external command frameworks to Velocity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRawCommand.InvocationContains the invocation data for a raw command.
-
Method Summary
-
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
execute, hasPermission, suggest, suggestAsync
-
-