类的使用
com.iohao.game.external.client.command.InputCommand
使用InputCommand的程序包
- 
com.iohao.game.external.client中InputCommand的使用
修饰符和类型方法说明InputCommandCreate.getInputCommand(int subCmd) protected InputCommandAbstractInputCommandRegion.ofCommand(int subCmd) 创建模拟命令protected InputCommandAbstractInputCommandRegion.ofCommandInt(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 int 类型的请求参数protected InputCommandAbstractInputCommandRegion.ofCommandLong(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 long 类型的请求参数protected InputCommandAbstractInputCommandRegion.ofCommandString(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 String 类型的请求参数protected InputCommandAbstractInputCommandRegion.ofCommandUserId(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 long 类型的 userId 请求参数InputCommandCreate.ofInputCommand(int subCmd) 创建模拟命令InputCommandCreate.ofInputCommandInt(int subCmd) InputCommandCreate.ofInputCommandLong(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 long 类型的请求参数InputCommandCreate.ofInputCommandString(int subCmd) InputCommandCreate.ofInputCommandUserId(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 long 类型的 userId 请求参数 - 
com.iohao.game.external.client.command中InputCommand的使用
修饰符和类型方法说明InputCommand.callback(CallbackDelegate callback) InputCommand.setRequestData(RequestDataDelegate requestData)  - 
com.iohao.game.external.client.user中InputCommand的使用
修饰符和类型方法说明ClientUserInputCommands.getInputCommand(CmdInfo cmdInfo) ClientUserInputCommands.getInputCommand(String inputName)