Package com.velocitypowered.api.command
Interface SimpleCommand
- All Superinterfaces:
Command
,InvocableCommand<SimpleCommand.Invocation>
A simple command, modelled after the convention popularized by
Bukkit and BungeeCord.
Prefer using BrigadierCommand
, which is also
backwards-compatible with older clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Contains the invocation data for a simple command. -
Method Summary
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
execute, hasPermission, suggest, suggestAsync