TournamentEnd

io.github.pidoveproject.showdown.protocol.server.tournament.TournamentEnd
See theTournamentEnd companion object
case class TournamentEnd(results: List[List[Username]], format: FormatName, generator: TournamentGenerator, bracketData: BracketData)

A tournament ending.

Value parameters

bracketData

the final bracket of the tournament

format

the format of the tournament

generator

the bracket generator of the tournament

results

the winner of the tournament

Attributes

Companion
object
Source
TournamentEnd.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