package text
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- text
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aqua = text.format.TextColor.Aqua.type
- type Black = text.format.TextColor.Black.type
- type Blue = text.format.TextColor.Blue.type
- type Bold = text.format.TextStyle.Bold.type
- type ClickAction = text.action.ClickAction
- type CompositeTextStyle = text.format.CompositeTextStyle
- type DarkAqua = text.format.TextColor.DarkAqua.type
- type DarkBlue = text.format.TextColor.DarkBlue.type
- type DarkGray = text.format.TextColor.DarkGray.type
- type DarkGreen = text.format.TextColor.DarkGreen.type
- type DarkPurple = text.format.TextColor.DarkPurple.type
- type DarkRed = text.format.TextColor.DarkRed.type
- type Gold = text.format.TextColor.Gold.type
- type Gray = text.format.TextColor.Gray.type
- type Green = text.format.TextColor.Green.type
- type HoverText = text.action.HoverText
- type InsertionText = text.action.InsertionText
- type Italic = text.format.TextStyle.Italic.type
- case class Keybind(key: String) extends Product with Serializable
- 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
- type LightPurple = text.format.TextColor.LightPurple.type
- 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
- type NoColor = text.format.TextColor.NoColor.type
- type Obfuscated = text.format.TextStyle.Obfuscated.type
- type Red = text.format.TextColor.Red.type
- type Reset = text.format.TextColor.Reset.type
- case class Score(name: String, objective: String, value: Option[String] = None) extends Product with Serializable
- 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
- case class Selector(selector: String) extends Product with Serializable
- 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
- type StrikeThrough = text.format.TextStyle.StrikeThrough.type
- sealed trait Text extends AnyRef
- type TextColor = text.format.TextColor
- type TextFormat = text.format.TextFormat
- type TextStyle = text.format.TextStyle
- implicit final class TextSyntax extends AnyVal
- 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
- case class Translation(key: String, args: AnyRef*) extends Product with Serializable
- type Underlined = text.format.TextStyle.Underlined.type
- type White = text.format.TextColor.White.type
- type Yellow = text.format.TextColor.Yellow.type
Value Members
- val Aqua: text.format.TextColor.Aqua.type
- val Black: text.format.TextColor.Black.type
- val Blue: text.format.TextColor.Blue.type
- val Bold: text.format.TextStyle.Bold.type
- val ClickAction: text.action.ClickAction.type
- val CompositeTextStyle: text.format.CompositeTextStyle.type
- val DarkAqua: text.format.TextColor.DarkAqua.type
- val DarkBlue: text.format.TextColor.DarkBlue.type
- val DarkGray: text.format.TextColor.DarkGray.type
- val DarkGreen: text.format.TextColor.DarkGreen.type
- val DarkPurple: text.format.TextColor.DarkPurple.type
- val DarkRed: text.format.TextColor.DarkRed.type
- val Gold: text.format.TextColor.Gold.type
- val Gray: text.format.TextColor.Gray.type
- val Green: text.format.TextColor.Green.type
- val HoverText: text.action.HoverText.type
- val InsertionText: text.action.InsertionText.type
- val Italic: text.format.TextStyle.Italic.type
- val LightPurple: text.format.TextColor.LightPurple.type
- val NoColor: text.format.TextColor.NoColor.type
- val Obfuscated: text.format.TextStyle.Obfuscated.type
- val Red: text.format.TextColor.Red.type
- val Reset: text.format.TextColor.Reset.type
- val StrikeThrough: text.format.TextStyle.StrikeThrough.type
- val TextColor: text.format.TextColor.type
- val TextFormat: text.format.TextFormat.type
- val TextStyle: text.format.TextStyle.type
- val Underlined: text.format.TextStyle.Underlined.type
- val White: text.format.TextColor.White.type
- val Yellow: text.format.TextColor.Yellow.type
- object Text