Format

io.github.pidoveproject.showdown.Format
See theFormat companion object
case class Format(name: FormatName, random: Boolean, searchOnly: Boolean, challengeOnly: Boolean)

Represents a battle format e.g. OU 9G format

Value parameters

challengeOnly

whether this format is only available when challenging a user or not

name

the name of this format e.g gen9ou

random

whether this format uses random teams or not

searchOnly

whether this format can only be searched (therefore not played) or not

Attributes

Companion
object
Source
Format.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