Class Command

  • All Implemented Interfaces:

    
    public final class Command
    
                        

    Represents custom chat command

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Command(String args, String description, String name, String set, OffsetDateTime createdAt, OffsetDateTime updatedAt)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • Command

        Command(String args, String description, String name, String set, OffsetDateTime createdAt, OffsetDateTime updatedAt)
        Parameters:
        args - Arguments help text, shown in commands auto-completion
        description - Description, shown in commands auto-completion
        name - Unique command name
        set - Set name used for grouping commands
        createdAt - Date/time of creation
        updatedAt - Date/time of the last update