Interface ServerDefineCommandsEvent.CommandInfo

Enclosing class:
ServerDefineCommandsEvent

@Deprecated(forRemoval=true) public static interface ServerDefineCommandsEvent.CommandInfo
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the description of the command.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the name of the command.
  • Method Details

    • name

      String name()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the name of the command.
      Returns:
      the name of the command
    • description

      String description()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the description of the command.
      Returns:
      the description of the command