CureStatus

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.CureStatus
final case class CureStatus(pokemon: ActiveId, status: StatusEffect)

Clear the status of a pokemon.

Value parameters

pokemon

the cured pokemon

status

the removed status

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