Index
All Classes and Interfaces|All Packages|Constant Field Values
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 representingNamedTextColor.AQUA.
B
- BLACK - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.BLACK.
- BLUE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.BLUE.
- BOLD - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingTextDecoration.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 newLegacyComponentSerializer.Builder.
C
- caseInsensitive() - Method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
If theCharacterAndFormat.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-sensitivecharacterand aTextFormat.
- characterAndFormat(char, TextFormat, boolean) - Static method in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Creates a new combination of acharacterand aTextFormat.
- CharacterAndFormat - Interface in net.kyori.adventure.text.serializer.legacy
- 
A combination of acharacter, 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 representingNamedTextColor.DARK_AQUA.
- DARK_BLUE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.DARK_BLUE.
- DARK_GRAY - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.DARK_GRAY.
- DARK_GREEN - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.DARK_GREEN.
- DARK_PURPLE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.DARK_PURPLE.
- DARK_RED - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.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 legacyString.
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 intoClickEvents when deserializing.
- extractUrls(Pattern) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
- 
Sets that the serializer should extract URLs intoClickEvents when deserializing.
- extractUrls(Pattern, Style) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
- 
Sets that the serializer should extract URLs intoClickEvents when deserializing.
- extractUrls(Style) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
- 
Sets that the serializer should extract URLs intoClickEvents 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 representingNamedTextColor.GOLD.
- GRAY - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.GRAY.
- GREEN - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.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 - Enum constant in enum net.kyori.adventure.text.serializer.legacy.Reset
- ITALIC - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingTextDecoration.ITALIC.
L
- legacy() - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
- 
Completes the building process ofLegacyComponentSerializer.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 aLegacyComponentSerializerusingLegacyComponentSerializer.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 forLegacyComponentSerializer.
- LegacyComponentSerializer.Provider - Interface in net.kyori.adventure.text.serializer.legacy
- 
ALegacyComponentSerializerservice 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 aLegacyComponentSerializerusingLegacyComponentSerializer.SECTION_CHAR.
- LIGHT_PURPLE - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.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 representingTextDecoration.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 representingNamedTextColor.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 representingINSTANCE.
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 legacyString.
- STRIKETHROUGH - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingTextDecoration.STRIKETHROUGH.
U
- UNDERLINED - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingTextDecoration.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 representingNamedTextColor.WHITE.
Y
- YELLOW - Static variable in interface net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
- 
Character and format pair representingNamedTextColor.YELLOW.
All Classes and Interfaces|All Packages|Constant Field Values