PokemonMoveVersion

constructor(moveLearnMethod: Handle.Named<MoveLearnMethod>, versionGroup: Handle.Named<VersionGroup>, levelLearnedAt: Int, order: Int?)(source)

Parameters

moveLearnMethod

The method by which the Pokémon can learn the move.

versionGroup

The version group in which the move can be learned.

levelLearnedAt

The level at which the Pokémon learns the move, if applicable.

order

The order in which the move is learned, if applicable.