CopyBoost

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

Copy the boosts of a pokemon.

Value parameters

pokemon

the copying pokemon

target

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