Move

io.github.pidoveproject.showdown.protocol.server.BattleMajorActionMessage.Move
final case class Move(pokemon: ActiveId, move: MoveName, target: ActiveId)

A pokemon used a move.

Value parameters

move

the move used by the attacker

pokemon

the attacker

target

the pokemon taking the move

Attributes

Source
BattleMajorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product