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

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product