Index
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.
B
- 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
- character(char) - Method in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder
- 
Sets the legacy character used by the serializer.
- color() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
- 
Gets the color.
D
- decoration() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
- 
Gets the decoration.
- 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 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.
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.
L
- 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.
- 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.
- 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.
N
- net.kyori.adventure.text.serializer.legacy - package net.kyori.adventure.text.serializer.legacy
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
- reset() - Method in class net.kyori.adventure.text.serializer.legacy.LegacyFormat
- 
Gets if this format is a reset.
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.
U
- 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.
All Classes|All Packages