TeamChoice

io.github.pidoveproject.showdown.protocol.server.choice.TeamChoice
case class TeamChoice(name: Username, player: PlayerNumber, pokemon: List[PokemonChoice])

Team-related choices.

Value parameters

name

the name of the team (usually the owner's name)

player

the number of the team owner

pokemon

the pokemon choices

Attributes

Source
TeamChoice.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