SetBoost

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.SetBoost
final case class SetBoost(pokemon: ActiveId, stat: StatType, amount: StatBoost)

Set the boost of a pokemon.

Value parameters

amount

the new boost stage of the stat

pokemon

the (un)boosted pokemon

stat

the modified stat

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