Create

io.github.pidoveproject.showdown.protocol.server.TournamentMessage.Create
final case class Create(format: FormatName, generator: TournamentGenerator, playerCap: Count)

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product