Replace

io.github.pidoveproject.showdown.protocol.server.BattleMajorActionMessage.Replace
final case class Replace(pokemon: ActiveId, details: PokemonDetails, condition: Condition)

Replace pokemon information. Sent when Zoroark's illusion fades.

Value parameters

condition

the health and current status of the switched-in pokemon

details

further details about the new pokemon

pokemon

the new pokemon

Attributes

Source
BattleMajorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product