Effectiveness

io.github.pidoveproject.showdown.protocol.client.DataCommand.Effectiveness
final case class Effectiveness(attacker: MoveName | Type, defender: SpeciesName | Type)

Get the effectiveness of a move or type against a pokemon or another type.

Value parameters

attacker

the attacking type or move

defender

the defending type or species

Attributes

Source
DataCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product