SuperEffective

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

A move was super 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