BattleState

io.github.pidoveproject.showdown.battle.BattleState

The state of a Battle.

Attributes

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

case case Playing extends BattleState

The game started.

The game started.

Attributes

case case Preview extends BattleState

Players are choosing their lead.

Players are choosing their lead.

Attributes