Miss

io.github.pidoveproject.showdown.protocol.server.BattleAttackMessage.Miss
final case class Miss(pokemon: ActiveId, target: ActiveId)

A pokemon avoided an attack

Value parameters

pokemon

the move user

target

the pokemon who avoided the attack

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