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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static interface 
    Represents a specific command entry.
    static interface 
    Represents a list of available commands, as suggestions.