Uses of Interface
net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
Packages that use LegacyComponentSerializer
Package
Description
Legacy text based serialization and deserialization.
-
Uses of LegacyComponentSerializer in net.kyori.adventure.text.serializer.legacy
Subinterfaces with type arguments of type LegacyComponentSerializer in net.kyori.adventure.text.serializer.legacyMethods in net.kyori.adventure.text.serializer.legacy that return LegacyComponentSerializerModifier and TypeMethodDescriptionLegacyComponentSerializer.Builder.build()Builds the serializer.static LegacyComponentSerializerLegacyComponentSerializer.legacy(char legacyCharacter) Gets a component serializer for legacy-based serialization and deserialization.static LegacyComponentSerializerLegacyComponentSerializer.legacyAmpersand()Gets a component serializer for legacy-based serialization and deserialization.LegacyComponentSerializer.Provider.legacyAmpersand()Provides aLegacyComponentSerializerusingLegacyComponentSerializer.AMPERSAND_CHAR.static LegacyComponentSerializerLegacyComponentSerializer.legacySection()Gets a component serializer for legacy-based serialization and deserialization.LegacyComponentSerializer.Provider.legacySection()Provides aLegacyComponentSerializerusingLegacyComponentSerializer.SECTION_CHAR.