Player

io.github.pidoveproject.showdown.battle.Player
case class Player(number: PlayerNumber, name: Option[Username], avatar: Option[AvatarName], rating: Option[Rating], team: Option[PlayerTeam])

A currently battling player.

Value parameters

avatar

this player's avatar

name

this player's username

number

this player's battle position

rating

this player's rating in the currently played format

team

this player's pokemon team

Attributes

Source
Player.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