Terastallize

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Terastallize
final case class Terastallize(pokemon: ActiveId, tpe: Type)

A pokemon terastallized.

Value parameters

pokemon

the pokemon who terastallized

tpe

the type the pokemon terastallized into

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