Interface ServerDefineCommandsEvent.CommandInfo
- Enclosing class:
- ServerDefineCommandsEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the description of the command.name()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
-