Interface ServerDefineCommandsEvent.CommandInfo

Enclosing class:
ServerDefineCommandsEvent

public static interface ServerDefineCommandsEvent.CommandInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description of the command.
    Gets the name of the command.
  • Method Details

    • name

      String name()
      Gets the name of the command.
      Returns:
      the name of the command
    • description

      String description()
      Gets the description of the command.
      Returns:
      the description of the command