BattleState

io.github.pidoveproject.showdown.battle.BattleState

The state of a Battle.

Attributes

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

case case Initialization extends BattleState

The game is preparing.

The game is preparing.

Attributes

Source
BattleState.scala
case case Playing extends BattleState

The game started.

The game started.

Attributes

Source
Battle.scala
case case Preview extends BattleState

Players are choosing their lead.

Players are choosing their lead.

Attributes

Source
Battle.scala