Move

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

An effect caused of a move.

Value parameters

move

the causing 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