ZEffect

io.github.pidoveproject.showdown.battle.Effect.ZEffect
final case class ZEffect(move: MoveName)

A Z-move animation/effect.

Value parameters

move

the boosted move

Attributes

Source
Effect.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product