SetStatus

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

Set the status of a pokemon.

Value parameters

pokemon

the modified pokemon

status

the new status of the 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