Damage

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

A pokemon took damage.

Value parameters

condition

the health and current status of the pokemon

pokemon

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