Data

io.github.pidoveproject.showdown.protocol.client.DataCommand.Data
final case class Data(data: SpeciesName | ItemName | MoveName | AbilityName | Nature)

Get the data of a pokedex entry.

Value parameters

data

either a species, an item, a move, an ability or a nature

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