SwapBoost

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.SwapBoost
final case class SwapBoost(pokemon: ActiveId, target: ActiveId, stats: List[StatType])

Swap boost of two pokemon.

Value parameters

pokemon

the pokemon triggering the boost swap

stats

the swapped stats

target

the pokemon affected by the boost swap

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