evolution

io.github.juliano.pokeapi.models.evolution
object evolution

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
evolution.type

Members list

Type members

Classlikes

final case class ChainLink(isBaby: Boolean, species: NamedAPIResource, evolutionDetails: List[EvolutionDetail], evolvesTo: List[ChainLink])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ChainLink

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ChainLink.type
final case class EvolutionChain(id: Int, babyTriggerItem: Option[NamedAPIResource], chain: ChainLink)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class EvolutionDetail(item: Option[NamedAPIResource], trigger: NamedAPIResource, gender: Option[Int], heldItem: Option[NamedAPIResource], knownMove: Option[NamedAPIResource], knownMoveType: Option[NamedAPIResource], location: Option[NamedAPIResource], minLevel: Int, minHappiness: Option[Int], minBeauty: Option[Int], minAffection: Option[Int], needsOverworldRain: Boolean, partySpecies: Option[NamedAPIResource], partyType: Option[NamedAPIResource], relativePhysicalStats: Option[Int], timeOfDay: String, tradeSpecies: Option[NamedAPIResource], turnUpsideDown: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class EvolutionTrigger(id: Int, name: String, names: List[Name], pokemonSpecies: List[NamedAPIResource])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type