Package com.velocitypowered.api.command
Interface RawCommand
- All Superinterfaces:
Command
,InvocableCommand<RawCommand.Invocation>
A specialized sub-interface of
Command
which 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
Modifier and TypeInterfaceDescriptionstatic interface
Contains the invocation data for a raw command. -
Method Summary
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
execute, hasPermission, suggest, suggestAsync