Analysis

io.github.pidoveproject.showdown.protocol.client.InformationCommand.Analysis
final case class Analysis(pokemon: SpeciesName, generation: Option[Generation], tier: Option[Tier])

Get the link to Smogon University's analysis of a pokemon.

Value parameters

generation

the generation of the analysis or latest if absent

pokemon

the species to analyze

tier

the tier of the analysis or the species' default if absent

Attributes

Source
InformationCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product