io.github.pidoveproject.showdown.protocol.server.tournament.BracketNode
See theBracketNode companion object
Attributes
-
Companion
-
object
-
Source
-
BracketNode.scala
-
Graph
-
-
Supertypes
-
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Value parameters
-
team
-
the team present in the tournament leaf
Attributes
-
Source
-
BracketNode.scala
A battle node of the tree.
A battle node of the tree.
Value parameters
-
children
-
the children of this node
-
result
-
the result of the battle represented by this node
-
room
-
the battle room if the battle is in progress
-
score
-
the scores of the battle if it ended
-
state
-
the current state of the battle represented by this node
-
team
-
the looser of the node if the battle ended
Attributes
-
Source
-
BracketNode.scala