DetailsChange

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

Details about a pokemon changed. Happens when the pokemon changes form.

Value parameters

condition

the health and current status of the pokemon

details

the new details of the pokemon

pokemon

the modified 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