A B C D E F G H I L N O P R S U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AMPERSAND_CHAR - Static variable in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
The legacy character frequently used by configurations and commands.
- AQUA - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.AQUA
.
B
- BLACK - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.BLACK
. - BLUE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.BLUE
. - BOLD - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
TextDecoration.BOLD
. - build() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Builds the serializer.
- builder() - Static method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Creates a new
LegacyComponentSerializer.Builder
.
C
- caseInsensitive() - Method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
If the
CharacterAndFormat.character()
is case-insensitive. - character() - Method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Gets the character.
- character(char) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets the legacy character used by the serializer.
- characterAndFormat(char, TextFormat) - Static method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Creates a new combination of a case-sensitive
character
and aTextFormat
. - characterAndFormat(char, TextFormat, boolean) - Static method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Creates a new combination of a
character
and aTextFormat
. - CharacterAndFormat - Interface in net.kyori.adventure.text.serializer.legacy
-
A combination of a
character
, aTextFormat
, and if the character isCharacterAndFormat.caseInsensitive()
. - color() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
-
Gets the color.
D
- DARK_AQUA - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.DARK_AQUA
. - DARK_BLUE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.DARK_BLUE
. - DARK_GRAY - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.DARK_GRAY
. - DARK_GREEN - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.DARK_GREEN
. - DARK_PURPLE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.DARK_PURPLE
. - DARK_RED - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.DARK_RED
. - decoration() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
-
Gets the decoration.
- defaults() - Static method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Gets an unmodifiable list of character and format instances containing all default vanilla formats.
- deserialize(String) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Deserialize a component from a legacy
String
.
E
- equals(Object) - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
- examinableProperties() - Method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- examinableProperties() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
- extractUrls() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets that the serializer should extract URLs into
ClickEvent
s when deserializing. - extractUrls(Pattern) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets that the serializer should extract URLs into
ClickEvent
s when deserializing. - extractUrls(Pattern, Style) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets that the serializer should extract URLs into
ClickEvent
s when deserializing. - extractUrls(Style) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets that the serializer should extract URLs into
ClickEvent
s when deserializing.
F
- flattener(ComponentFlattener) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Use this component flattener to convert components into plain text.
- format() - Method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Gets the format.
- formats(List<CharacterAndFormat>) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets the formats to use.
G
- GOLD - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.GOLD
. - GRAY - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.GRAY
. - GREEN - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.GREEN
.
H
- hashCode() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
- HEX_CHAR - Static variable in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
The legacy character used to prefix hex colors.
- hexCharacter(char) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets the legacy hex character used by the serializer.
- hexColors() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets that the serializer should support hex colors.
I
- INSTANCE - net.kyori.adventure.text.serializer.legacy.Reset
- ITALIC - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
TextDecoration.ITALIC
.
L
- legacy() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-
Completes the building process of
LegacyComponentSerializer.Builder
. - legacy(char) - Static method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Gets a component serializer for legacy-based serialization and deserialization.
- legacyAmpersand() - Static method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Gets a component serializer for legacy-based serialization and deserialization.
- legacyAmpersand() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-
Provides a
LegacyComponentSerializer
usingLegacyComponentSerializer.AMPERSAND_CHAR
. - LegacyComponentSerializer - Interface in net.kyori.adventure.text.serializer.legacy
-
A legacy component serializer.
- LegacyComponentSerializer.Builder - Interface in net.kyori.adventure.text.serializer.legacy
-
A builder for
LegacyComponentSerializer
. - LegacyComponentSerializer.Provider - Interface in net.kyori.adventure.text.serializer.legacy
-
A
LegacyComponentSerializer
service provider. - LegacyFormat - Class in net.kyori.adventure.text.serializer.legacy
-
A legacy format.
- legacySection() - Static method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Gets a component serializer for legacy-based serialization and deserialization.
- legacySection() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-
Provides a
LegacyComponentSerializer
usingLegacyComponentSerializer.SECTION_CHAR
. - LIGHT_PURPLE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.LIGHT_PURPLE
.
N
- net.kyori.adventure.text.serializer.legacy - package net.kyori.adventure.text.serializer.legacy
-
Legacy text based serialization and deserialization.
O
- OBFUSCATED - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
TextDecoration.OBFUSCATED
.
P
- parseChar(char) - Static method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Converts a legacy character (
0123456789abcdefklmnor
) to a legacy format, when possible.
R
- RED - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.RED
. - reset() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
-
Gets if this format is a reset.
- Reset - Enum in net.kyori.adventure.text.serializer.legacy
-
The reset directive.
- RESET - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
INSTANCE
.
S
- SECTION_CHAR - Static variable in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
The legacy character used by Minecraft.
- serialize(Component) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
-
Serializes a component into a legacy
String
. - STRIKETHROUGH - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
TextDecoration.STRIKETHROUGH
.
U
- UNDERLINED - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
TextDecoration.UNDERLINED
. - useUnusualXRepeatedCharacterHexFormat() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
-
Sets that the serializer should use the '&x' repeated code format when serializing hex colors.
V
- valueOf(String) - Static method in enum net.kyori.adventure.text.serializer.legacy.Reset
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.kyori.adventure.text.serializer.legacy.Reset
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WHITE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.WHITE
.
Y
- YELLOW - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Character and format pair representing
NamedTextColor.YELLOW
.
All Classes All Packages