SingleMove

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.SingleMove
final case class SingleMove(pokemon: ActiveId, move: MoveName)

Declare a move effect lasting until another move is used.

Value parameters

move

the used move

pokemon

the affected pokemon

Attributes

Source
BattleStatusMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product