Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EvolutionTree

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

futureEvolutions

futureEvolutions: EvolutionTree[] = []

id

id: string

name

name: string

An EvolutionTree represents all possible future evolutions of a pokemon. Mutually exclusive choices are given on the same level, while sequential choices are presented in increasing depth.

For example, Eevee's EvolutionTree would take 6 objects in depth 2, but Charmander's EvolutionTree would take 3 objects in depth 3.

Methods

mapInLevel

  • mapInLevel(treeLevel: number, mapperFunction: function): EvolutionTree

Generated using TypeDoc