Class InfoCommand
java.lang.Object
com.github.theword.queqiao.tool.command.SubCommand
com.github.theword.queqiao.tool.command.subCommand.server.InfoCommand
-
Field Summary
Fields inherited from class com.github.theword.queqiao.tool.command.SubCommand
children, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.theword.queqiao.tool.command.SubCommand
addChild, execute, getChildren, getFullPath, getFullPermissionNode, getParent, getPermissionNode, getUsage, isRoot, sendCommandTree
-
Constructor Details
-
InfoCommand
public InfoCommand()
-
-
Method Details
-
getName
获取命令名称- Specified by:
getNamein classSubCommand- Returns:
- info
-
getDescription
获取命令描述- Specified by:
getDescriptionin classSubCommand- Returns:
- 获取 Websocket Server 信息
-
onExecute
获取 WebSocket 服务端状态 整合游戏内命令调用- Specified by:
onExecutein classSubCommand- Parameters:
commandReturner- 命令执行者args- 命令参数
-