类的使用
com.iohao.game.external.client.command.InputCommand
-
com.iohao.game.external.client中InputCommand的使用
修饰符和类型方法说明InputCommandCreate.getInputCommand
(int subCmd) protected InputCommand
AbstractInputCommandRegion.ofCommand
(int subCmd) 创建模拟命令protected InputCommand
AbstractInputCommandRegion.ofCommandInt
(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 int 类型的请求参数protected InputCommand
AbstractInputCommandRegion.ofCommandLong
(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 long 类型的请求参数protected InputCommand
AbstractInputCommandRegion.ofCommandString
(int subCmd) 创建模拟命令,在使用命令时需要在控制台输入 String 类型的请求参数protected InputCommand
AbstractInputCommandRegion.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)