RelativePosition

io.github.pidoveproject.showdown.battle.RelativePosition
See theRelativePosition companion object
case class RelativePosition(side: RelativeSide, slot: PokemonSlot)

The relative position of an active pokemon.

Value parameters

side

the relative side of the pokemon

slot

the slot of the pokemon

Attributes

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