类 InputCommandCreate

java.lang.Object
com.iohao.game.external.client.InputCommandCreate

public class InputCommandCreate extends Object
模块输入命令域
作者:
渔民小镇
日期:
2023-07-09
  • 构造器详细资料

    • InputCommandCreate

      public InputCommandCreate()
  • 方法详细资料

    • ofCmdInfo

      public CmdInfo ofCmdInfo(int subCmd)
    • getInputCommand

      public InputCommand getInputCommand(int subCmd)
    • ofInputCommand

      public InputCommand ofInputCommand(int subCmd)
      创建模拟命令
      参数:
      subCmd - 子路由
      返回:
      InputCommand
    • ofInputCommandLong

      public InputCommand ofInputCommandLong(int subCmd)
      创建模拟命令,在使用命令时需要在控制台输入 long 类型的请求参数
      参数:
      subCmd - 子路由
      返回:
      InputCommand
    • ofInputCommandUserId

      public InputCommand ofInputCommandUserId(int subCmd)
      创建模拟命令,在使用命令时需要在控制台输入 long 类型的 userId 请求参数
      参数:
      subCmd - 子路由
      返回:
      InputCommand
    • nextParamLong

      public RequestDataDelegate nextParamLong(String paramTips)
    • ofInputCommandInt

      public InputCommand ofInputCommandInt(int subCmd)
    • nextParamInt

      public RequestDataDelegate nextParamInt(String paramTips)
    • ofInputCommandString

      public InputCommand ofInputCommandString(int subCmd)
    • nextParamString

      public RequestDataDelegate nextParamString(String paramTips)