Mega

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Mega
final case class Mega(pokemon: ActiveId, megaStone: ItemName)

A pokemon mega-evolved.

Value parameters

megaStone

the mega stone held by the pokemon

pokemon

the mega-evolving pokemon

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