UltraBurst

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.UltraBurst
final case class UltraBurst(pokemon: ActiveId, species: SpeciesName, item: ItemName)

A pokemon ultra-bursted.

Value parameters

item

the item causing the ultra burst

pokemon

the ultra-bursting pokemon

species

the new species of the pokemon (e.g Ultra-Necrozma)

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