Interface | Description |
---|---|
TextElement |
Represents anything that can be applied to a
Text.Builder . |
TextRepresentable |
Class | Description |
---|---|
BookView |
Represents a view of the Book GUI on the client.
|
BookView.Builder |
Builder class to assist in creation of a new
BookView . |
LiteralText | |
LiteralText.Builder |
Represents a
Text.Builder creating immutable LiteralText
instances. |
ScoreText |
Represents a
Text displaying the current score of a player. |
ScoreText.Builder |
Represents a
Text.Builder creating immutable ScoreText
instances. |
SelectorText |
Represents a
Text containing a selector that will be replaced by the
names of the matching entities on the client. |
SelectorText.Builder |
Represents a
Text.Builder creating immutable SelectorText
instances. |
Text |
Represents an immutable tree-structure of formatted (text) components.
|
Text.Builder |
Represents a builder class to create immutable
Text instances. |
TextTemplate |
Represents a re-usable template that produces a formatted
Text.Builder . |
TextTemplate.Arg |
Represents a variable element within a TextTemplate.
|
TextTemplate.Arg.Builder |
Represents a builder for
TextTemplate.Arg s. |
TranslatableText |
Represents a
Text containing a Translation identifier that
gets translated into the current locale on the client. |
TranslatableText.Builder |
Represents a
Text.Builder creating immutable
TranslatableText instances. |
Exception | Description |
---|---|
TextTemplateArgumentException |
Exception thrown when invalid arguments are provided to a
TextTemplate . |