PlayerId

io.github.pidoveproject.showdown.battle.PlayerId
See thePlayerId companion object
case class PlayerId(number: PlayerNumber, name: Username)

The position of a player.

Value parameters

name

the name of the player

number

the player id

Attributes

Companion
object
Source
PlayerId.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