Transform

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Transform
final case class Transform(pokemon: ActiveId, target: ActiveId, effect: Option[Effect])

A pokemon transformed into another species.

Value parameters

effect

the optional cause of the transformation

pokemon

the transformed pokemon

target

the pokemon to copy

Attributes

Source
BattleMinorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product