接口 GameRoomService
游戏房间相关的聚合扩展接口。房间相关的、游戏流程相关的、玩法操作相关的。
包括内容如下: 1. 房间相关的 2. 开始游戏流程相关的 3. 玩法操作相关的
- 从以下版本开始:
- 21.8
- 作者:
- 渔民小镇
- 另请参阅:
- 日期:
- 2024-05-12
-
方法概要
从接口继承的方法 com.iohao.game.widget.light.room.flow.GameFixedService
createPlayer, createRoom, dissolveRoom, enterRoom, quitRoom, ready
从接口继承的方法 com.iohao.game.widget.light.room.flow.GameStartService
startGame, startGameVerify, startGameVerifyAfter
从接口继承的方法 com.iohao.game.widget.light.room.operation.OperationService
getOperationFactory, getOperationHandler, getUserOperationHandler
从接口继承的方法 com.iohao.game.widget.light.room.RoomService
addPlayer, addRoom, getRoom, getRoomByUserId, getRoomMap, getUserRoomMap, listRoom, optionalRoom, optionalRoomByUserId, removePlayer, removePlayer, removeRoom