BattleType

io.github.pidoveproject.showdown.battle.BattleType
enum BattleType

The type of a Battle.

Attributes

Source
BattleType.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Doubles()

Two sides with two active pokemon on each one.

Two sides with two active pokemon on each one.

Attributes

Source
BattleType.scala
final case class FreeForAll()

Four sides with an active pokemon on each one.

Four sides with an active pokemon on each one.

Attributes

Source
BattleType.scala
final case class Multi()
final case class Singles()

Two sides with an active pokemon on each one.

Two sides with an active pokemon on each one.

Attributes

Source
BattleType.scala
final case class Triples()

Two sides with three active pokemon on each one.

Two sides with three active pokemon on each one.

Attributes

Source
BattleType.scala