BattleState

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

Attributes

Companion
enum
Source
BattleState.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromName(name: String): Option[BattleState]

Get the BattleState by name.

Get the BattleState by name.

Value parameters

name

the name of the state to retrieve

Attributes

Returns

the corresponding state

Source
BattleState.scala

Givens

Givens

Attributes

Source
BattleState.scala