类 AbstractInputCommandRegion

java.lang.Object
com.iohao.game.external.client.AbstractInputCommandRegion
所有已实现的接口:
InputCommandRegion

public abstract class AbstractInputCommandRegion extends Object implements InputCommandRegion
作者:
渔民小镇
日期:
2023-07-10
  • 构造器详细资料

    • AbstractInputCommandRegion

      public AbstractInputCommandRegion()
  • 方法详细资料

    • setClientUser

      public void setClientUser(ClientUser clientUser)
      从接口复制的说明: InputCommandRegion
      设置 clientUser
           会在客户端启动时,自动赋值
       
      指定者:
      setClientUser 在接口中 InputCommandRegion
      参数:
      clientUser - clientUser
    • ofCommand

      protected InputCommand ofCommand(int subCmd)
      创建模拟命令
      参数:
      subCmd - 子路由
      返回:
      InputCommand
    • ofCommandLong

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

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

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

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

      protected void ofListen(CallbackDelegate callback, int subCmd, String title)
    • ofRequestCommand

      public RequestCommand ofRequestCommand(int subCmd)
      创建请求命令执行
      参数:
      subCmd - 子路由
      返回:
      请求命令执行
    • ofRequestCommand

      public RequestCommand ofRequestCommand(CmdInfo cmdInfo)
      创建请求命令执行
      参数:
      cmdInfo - 路由信息
      返回:
      请求命令执行