BattleState

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

The state of a tournament battle

Attributes

Companion
object
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

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

case case Finished extends BattleState

The battle is finished.

The battle is finished.

Attributes

case case InProgress extends BattleState

The participants are battling.

The participants are battling.

Attributes

case case Unavailable extends BattleState

The battle is not available.

The battle is not available.

Attributes