Team

io.github.pidoveproject.showdown.team.Team
case class Team(name: TeamName, tier: Tier, sets: PokemonSets)

A pokemon team set, like in Showdown's team builder.

Value parameters

name

the name of the team

sets

the pokemon sets of this team.

tier

the tier this team is made for

Attributes

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