Switch

io.github.pidoveproject.showdown.protocol.client.BattleChoice.Switch
final case class Switch(pokemon: SpeciesName | TeamSlot)

Switch in a pokemon.

Value parameters

pokemon

the pokemon to switch in

Attributes

Source
BattleChoice.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product