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
Members list
In this article