DeclarePokemon

io.github.pidoveproject.showdown.protocol.server.BattleInitializationMessage.DeclarePokemon
final case class DeclarePokemon(player: PlayerNumber, details: PokemonDetails, item: Option[ItemName])

Declare a pokemon.

Value parameters

details

the details of the pokemon

item

the item held by the declared pokemon

player

the pokemon's trainer

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product