枚举类的使用
com.iohao.game.external.core.session.UserSessionState
程序包
说明
游戏对外服 - core UserSessions 和 UserSession,UserSessions 是管理所有玩家连接的管理器,UserSession 玩家连接对象,与连接是 1:1 的关系,可取到对应的 userId、channel 等信息。
-
com.iohao.game.external.core.session中UserSessionState的使用
修饰符和类型方法说明UserSession.getState()
当前用户(玩家)的 Statestatic UserSessionState
返回带有指定名称的该类的枚举常量。static UserSessionState[]
UserSessionState.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同