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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContains the invocation data for a simple command. -
Method Summary
Methods inherited from interface InvocableCommand
execute, hasPermission, suggest, suggestAsync