Packages

final case class KeybindText(key: String, format: TextFormat = TextFormat.None, insertionText: Option[String] = None, clickAction: Option[ClickAction] = None, hoverText: Option[HoverText] = None, children: Seq[Text] = Seq()) extends Text with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Text, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeybindText
  2. Serializable
  3. Product
  4. Equals
  5. Text
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KeybindText(key: String, format: TextFormat = TextFormat.None, insertionText: Option[String] = None, clickAction: Option[ClickAction] = None, hoverText: Option[HoverText] = None, children: Seq[Text] = Seq())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(texts: Text*): Text
    Definition Classes
    Text
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val children: Seq[Text]
    Definition Classes
    KeybindTextText
  7. def children_=(children: Seq[Text]): Text
    Definition Classes
    Text
  8. val clickAction: Option[ClickAction]
    Definition Classes
    KeybindTextText
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def compact: 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.

    Definition Classes
    Text
  11. def copyBase(format: TextFormat = format, insertionText: Option[String] = insertionText, clickAction: Option[ClickAction] = clickAction, hoverText: Option[HoverText] = hoverText, children: Seq[Text] = children): Text
    Definition Classes
    KeybindTextText
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. val format: TextFormat
    Definition Classes
    KeybindTextText
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hoverText(hover: HoverText): Text
    Definition Classes
    Text
  17. val hoverText: Option[HoverText]
    Definition Classes
    KeybindTextText
  18. val insertionText: Option[String]
    Definition Classes
    KeybindTextText
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val key: String
  21. def merge(other: Text): Option[Text]

    Tries to merge two Texts together while preserving styling.

    Tries to merge two Texts together while preserving styling. Both texts can't have children for this to work.

    other

    The text to combine with.

    returns

    Some if the combination was successful, None otherwise

    Definition Classes
    KeybindTextText
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def noClickAction: Text
    Definition Classes
    Text
  24. def noHoverText: Text
    Definition Classes
    Text
  25. def noInsertion: Text
    Definition Classes
    Text
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def onClick(action: ClickAction): Text
    Definition Classes
    Text
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def setInsertion(str: String): Text
    Definition Classes
    Text
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toCharCoded: String
    Definition Classes
    Text
  33. def toJson: String
    Definition Classes
    Text
  34. def toPlain: String
    Definition Classes
    Text
  35. def trim: Text
    Definition Classes
    Text
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Text

Inherited from AnyRef

Inherited from Any

Ungrouped