io.github.pidoveproject.showdown.battle.PokemonDetails
See thePokemonDetails companion object
case class PokemonDetails(species: SpeciesName, shiny: Boolean, level: Option[Level], gender: Option[Gender], teraType: Option[Type])
The known permanent details of a pokemon.
Value parameters
- gender
-
the gender of the pokemon
- level
-
the level of the pokemon
- shiny
-
whether the pokemon is shiny or not
- species
-
the species of the pokemon
- teraType
-
the tera type of the pokememon
Attributes
- Companion
- object
- Source
- PokemonDetails.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article