Package com.velocitypowered.api.command
Interface SimpleCommand
-
- All Superinterfaces:
Command,InvocableCommand<SimpleCommand.Invocation>
public interface SimpleCommand extends 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
Nested Classes Modifier and Type Interface Description static interfaceSimpleCommand.InvocationContains the invocation data for a simple command.
-
Method Summary
-
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
execute, hasPermission, suggest, suggestAsync
-
-