Resisted

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

A move was not very effective.

Value parameters

pokemon

the defender

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