Fail

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

A move failed.

Value parameters

move

the failed move

pokemon

the move user

Attributes

Source
BattleAttackMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product