SingleTurn

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

Declare a move effect lasting until the next turn.

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