A message bound to a tournament
Attributes
- Companion
- object
- Source
- TournamentMessage.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
An update on the auto-disqualification policy.
An update on the auto-disqualification policy.
Value parameters
- state
-
the new policy on auto-disqualification
Attributes
- Source
- TournamentMessage.scala
An update on the auto-starting policy.
An update on the auto-starting policy.
Value parameters
- state
-
the new policy on auto-starting
Attributes
- Source
- TournamentMessage.scala
A tournament battle ended
A tournament battle ended
Value parameters
- firstUser
-
the first battle participant
- recorded
-
fail if the result is a draw and the tournament does not support it, success otherwise
- result
-
the result of the battle from
firstUser
perspective - room
-
the id of the battle room
- score
-
the current score of both players
- secondUser
-
the second battle participant
Attributes
- Source
- TournamentMessage.scala
A tournament battle started.
A tournament battle started.
Value parameters
- firstUser
-
the first battle participant
- room
-
the id of the battle room
- secondUser
-
the second battle participant
Attributes
- Source
- TournamentMessage.scala
A new tournament has been created.
A new tournament has been created.
Value parameters
- format
-
the format of the battles of this tournament
- generator
-
the generator of the tournament. Either elimination tree or round robin
Attributes
- Source
- TournamentMessage.scala
A user got disqualified.
A user got disqualified.
Value parameters
- user
-
the disqualified participant
Attributes
- Source
- TournamentMessage.scala
The tournament ended gracefully.
The tournament ended gracefully.
Value parameters
- data
-
details about the tournament ending
Attributes
- Source
- TournamentMessage.scala
A tournament-bound error occurred.
The tournament was forcibly ended.
A user joined the tournament.
A user left the tournament.
A user was replaced by another.
A user was replaced by another.
Value parameters
- current
-
the substitute user
- old
-
the previous user
Attributes
- Source
- TournamentMessage.scala
Users are now either allowed or disallowed to join other tournament battles (aka scout).
Users are now either allowed or disallowed to join other tournament battles (aka scout).
Value parameters
- setting
-
the new rule about scouting
Attributes
- Source
- TournamentMessage.scala
The tournament started.
The tournament started.
Value parameters
- numPlayers
-
the number of participants
Attributes
- Source
- TournamentMessage.scala
An update on the current tournament.
An update on the current tournament.
Value parameters
- data
-
the updated data of the tournament
Attributes
- Source
- TournamentMessage.scala
End of the tournament update.