ClearBoost

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.ClearBoost
final case class ClearBoost(pokemon: ActiveId)

Clear the boosts of a pokemon.

Value parameters

pokemon

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