Heal

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.Heal
final case class Heal(pokemon: ActiveId, condition: Condition)

A pokemon was healed.

Value parameters

condition

the health and current status of the pokemon

pokemon

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