Packages

package text

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. text
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package action
  2. package format
  3. package serializer

Type Members

  1. type Aqua = text.format.TextColor.Aqua.type
  2. type Black = text.format.TextColor.Black.type
  3. type Blue = text.format.TextColor.Blue.type
  4. type Bold = text.format.TextStyle.Bold.type
  5. type ClickAction = text.action.ClickAction
  6. type CompositeTextStyle = text.format.CompositeTextStyle
  7. type DarkAqua = text.format.TextColor.DarkAqua.type
  8. type DarkBlue = text.format.TextColor.DarkBlue.type
  9. type DarkGray = text.format.TextColor.DarkGray.type
  10. type DarkGreen = text.format.TextColor.DarkGreen.type
  11. type DarkPurple = text.format.TextColor.DarkPurple.type
  12. type DarkRed = text.format.TextColor.DarkRed.type
  13. type Gold = text.format.TextColor.Gold.type
  14. type Gray = text.format.TextColor.Gray.type
  15. type Green = text.format.TextColor.Green.type
  16. type HoverText = text.action.HoverText
  17. type InsertionText = text.action.InsertionText
  18. type Italic = text.format.TextStyle.Italic.type
  19. case class Keybind(key: String) extends Product with Serializable
  20. 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
  21. type LightPurple = text.format.TextColor.LightPurple.type
  22. final case class LiteralText(content: 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
  23. type NoColor = text.format.TextColor.NoColor.type
  24. type Obfuscated = text.format.TextStyle.Obfuscated.type
  25. type Red = text.format.TextColor.Red.type
  26. type Reset = text.format.TextColor.Reset.type
  27. case class Score(name: String, objective: String, value: Option[String] = None) extends Product with Serializable
  28. final case class ScoreText(name: String, objective: String, value: Option[String] = None, 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
  29. case class Selector(selector: String) extends Product with Serializable
  30. final case class SelectorText(selector: 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
  31. type StrikeThrough = text.format.TextStyle.StrikeThrough.type
  32. sealed trait Text extends AnyRef
  33. type TextColor = text.format.TextColor
  34. type TextFormat = text.format.TextFormat
  35. type TextStyle = text.format.TextStyle
  36. implicit final class TextSyntax extends AnyVal
  37. final case class TranslateText(key: String, args: Seq[AnyRef] = Nil, 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
  38. case class Translation(key: String, args: AnyRef*) extends Product with Serializable
  39. type Underlined = text.format.TextStyle.Underlined.type
  40. type White = text.format.TextColor.White.type
  41. type Yellow = text.format.TextColor.Yellow.type

Value Members

  1. val Aqua: text.format.TextColor.Aqua.type
  2. val Black: text.format.TextColor.Black.type
  3. val Blue: text.format.TextColor.Blue.type
  4. val Bold: text.format.TextStyle.Bold.type
  5. val ClickAction: text.action.ClickAction.type
  6. val CompositeTextStyle: text.format.CompositeTextStyle.type
  7. val DarkAqua: text.format.TextColor.DarkAqua.type
  8. val DarkBlue: text.format.TextColor.DarkBlue.type
  9. val DarkGray: text.format.TextColor.DarkGray.type
  10. val DarkGreen: text.format.TextColor.DarkGreen.type
  11. val DarkPurple: text.format.TextColor.DarkPurple.type
  12. val DarkRed: text.format.TextColor.DarkRed.type
  13. val Gold: text.format.TextColor.Gold.type
  14. val Gray: text.format.TextColor.Gray.type
  15. val Green: text.format.TextColor.Green.type
  16. val HoverText: text.action.HoverText.type
  17. val InsertionText: text.action.InsertionText.type
  18. val Italic: text.format.TextStyle.Italic.type
  19. val LightPurple: text.format.TextColor.LightPurple.type
  20. val NoColor: text.format.TextColor.NoColor.type
  21. val Obfuscated: text.format.TextStyle.Obfuscated.type
  22. val Red: text.format.TextColor.Red.type
  23. val Reset: text.format.TextColor.Reset.type
  24. val StrikeThrough: text.format.TextStyle.StrikeThrough.type
  25. val TextColor: text.format.TextColor.type
  26. val TextFormat: text.format.TextFormat.type
  27. val TextStyle: text.format.TextStyle.type
  28. val Underlined: text.format.TextStyle.Underlined.type
  29. val White: text.format.TextColor.White.type
  30. val Yellow: text.format.TextColor.Yellow.type
  31. object Text

Inherited from AnyRef

Inherited from Any

Ungrouped