ActiveChoice

io.github.pidoveproject.showdown.protocol.server.choice.ActiveChoice
case class ActiveChoice(moves: List[MoveChoice])

Choice information on the active side.

Value parameters

moves

the available moves

Attributes

Source
ActiveChoice.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product