ClearNegativeBoost

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.ClearNegativeBoost
final case class ClearNegativeBoost(pokemon: ActiveId, effect: Effect)

Clear the negative boosts of a pokemon.

Value parameters

effect

the effect causing the boost clear

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