LoggedUser
io.github.pidoveproject.showdown.user.LoggedUser
case class LoggedUser(name: Username, avatar: AvatarName, isGuest: Boolean, settings: UserSettings, privateMessages: Map[User, RoomChat], challenges: Map[User, FormatName])
Represent a logged-in user. Typically the current user when connecting to Showdown.
Value parameters
- avatar
-
the avatar representing this user
- isGuest
-
whether this user is a guest or has a registered account
- name
-
the name of the user
- settings
-
this user's settings
Attributes
- Source
- LoggedUser.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article