接口的使用
com.iohao.game.widget.light.room.flow.RoomCreateContext
程序包
说明
扩展模块 - 桌游类、房间类游戏,light-game-room + 领域事件 + 内置 Kit = 轻松搞定桌游类游戏
扩展模块 - 桌游类、房间类游戏 - 子游戏自定义游戏流程相关的扩展。
-
com.iohao.game.widget.light.room中RoomCreateContext的使用
-
com.iohao.game.widget.light.room.flow中RoomCreateContext的使用
修饰符和类型方法说明static RoomCreateContext
RoomCreateContext.of()
创建一个 RoomCreateContext 对象,使用默认实现static RoomCreateContext
RoomCreateContext.of
(long creatorUserId) 创建一个 RoomCreateContext 对象,使用默认实现static RoomCreateContext
RoomCreateContext.of
(FlowContext flowContext) 创建一个 RoomCreateContext 对象,使用默认实现default <T> RoomCreateContext
RoomCreateContext.option
(AttrOption<T> option, T value) 设置动态属性。RoomCreateContext.setGameId
(long gameId) setGameIddefault RoomCreateContext
RoomCreateContext.setSpaceSize
(int spaceSize) 设置房间空间大小RoomCreateContext.setSpaceSize
(int spaceSize, int startGameMinSpaceSize) 设置房间空间大小