类 ActionCommandRegion
java.lang.Object
com.iohao.game.action.skeleton.core.ActionCommandRegion
ActionCommand 域,通常与 ActionController 是 1:1 的关系
类似模块的区分,这样可以避免 map 嵌 map 的结构 在代码的阅读上也会清晰很多
- 作者:
- 渔民小镇
- 日期:
- 2022-05-15
-
构造器概要
-
方法概要
修饰符和类型方法说明void
add
(ActionCommand subActionCommand) 将子路由列表转为数组boolean
containsKey
(int subCmd) int
得到子路由最大值values()
-
构造器详细资料
-
ActionCommandRegion
public ActionCommandRegion(int cmd)
-
-
方法详细资料
-
containsKey
public boolean containsKey(int subCmd) -
add
-
getMaxSubCmd
public int getMaxSubCmd()得到子路由最大值- 返回:
- 子路由最大值
-
values
-
arrayActionCommand
将子路由列表转为数组- 返回:
- array
-