BracketData

io.github.pidoveproject.showdown.protocol.server.tournament.BracketData
case class BracketData(bracketType: BracketType, rootNode: Option[BracketNode], users: Option[List[Username]])

The bracket data of a tournament

Value parameters

bracketType

the type of the bracket

rootNode

the root of the bracket

users

the participants of the tournament

Attributes

Source
BracketData.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product