Formats

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.Formats
final case class Formats(categories: List[FormatCategory])

The list of all formats and categories

Value parameters

categories

a list of format category, containing formats

Attributes

Source
GlobalMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product