VolatileStatusEnd

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

End a volatile status.

Value parameters

pokemon

the no longer affected pokemon

status

the ended volatile 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