Weakness

io.github.pidoveproject.showdown.protocol.client.DataCommand.Weakness
final case class Weakness(typesOrPokemon: SpeciesName | (Type, Type) | Type)

Get the weaknesses of a/two type(s) or a pokemon.

Value parameters

typesOrPokemon

a type, double-type or a pokemon

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