Learn
 io.github.pidoveproject.showdown.protocol.client.DataCommand.Learn
  final case class Learn(ruleset: Option[Generation | FormatName], pokemon: SpeciesName, moves: List[MoveName])
 
Check how a given pokemon can learn a move.
Value parameters
- moves
- 
    the list of moves to check 
- pokemon
- 
    the move learner 
- ruleset
- 
    the criteria to respect 
Attributes
- Source
- DataCommand.scala
Members list
In this article