ScoreText

final case
class ScoreText(name: String, objective: String, value: Option[String], format: TextFormat, insertionText: Option[String], clickAction: Option[ClickAction], hoverText: Option[HoverText], children: Seq[Text]) extends Text
trait Serializable
trait Product
trait Equals
trait Text
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def copyBase(format: TextFormat, insertionText: Option[String], clickAction: Option[ClickAction], hoverText: Option[HoverText], children: Seq[Text]): Text
Definition Classes
override
def merge(other: Text): Option[Text]
Definition Classes

Inherited methods

def append(texts: Text*): Text
Inherited from
Text
def children_=(children: Seq[Text]): Text
Inherited from
Text

Tries to create a new Text where the children have been merged and compacted.

Tries to create a new Text where the children have been merged and compacted.

Inherited from
Text
def hoverText(hover: HoverText): Text
Inherited from
Text
Inherited from
Text
Inherited from
Text
Inherited from
Text
def onClick(action: ClickAction): Text
Inherited from
Text
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setInsertion(str: String): Text
Inherited from
Text
def toCharCoded: String
Inherited from
Text
def toJson: String
Inherited from
Text
def toPlain: String
Inherited from
Text
def trim: Text
Inherited from
Text