SetHealth

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.SetHealth
final case class SetHealth(pokemon: ActiveId, health: Health)

Set the health of a pokemon.

Value parameters

health

the new health of the pokemon

pokemon

the modified pokemon

Attributes

Source
BattleStatusMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product