BattleState

io.github.pidoveproject.showdown.protocol.server.tournament.BattleState
See theBattleState companion object

The state of a tournament battle

Attributes

Companion
object
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 Available extends BattleState

The battle has not started yet but can be initiated.

The battle has not started yet but can be initiated.

Attributes

Source
BattleState.scala
case case Challenging extends BattleState

The participants are challenging themselves but the battle has not started yet.

The participants are challenging themselves but the battle has not started yet.

Attributes

Source
BattleState.scala
case case Finished extends BattleState

The battle is finished.

The battle is finished.

Attributes

Source
BattleState.scala
case case InProgress extends BattleState

The participants are battling.

The participants are battling.

Attributes

Source
BattleState.scala
case case Unavailable extends BattleState

The battle is not available.

The battle is not available.

Attributes

Source
BattleState.scala