Interface CommandHelp
- All Known Subinterfaces:
CommandHelp.Empty,CommandHelp.Entry,CommandHelp.Suggestion
public sealed interface CommandHelp
permits CommandHelp.Entry, CommandHelp.Suggestion, CommandHelp.Empty
Helper class for creating help commands that can work with any command system.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceRepresents a specific command entry.static interfaceRepresents a list of available commands, as suggestions.