ActiveId

io.github.pidoveproject.showdown.battle.ActiveId
See theActiveId companion object
case class ActiveId(position: ActivePosition, name: Surname)

The identifier of an active pokemon.

Value parameters

name

the surname or species of the pokemon

position

the position of the pokemon on the battlefield

Attributes

Companion
object
Source
ActiveId.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product