Uses of Interface
net.kyori.adventure.text.serializer.ansi.ANSIComponentSerializer
Packages that use ANSIComponentSerializer
Package
Description
Serialization to ANSI escape sequences.
-
Uses of ANSIComponentSerializer in net.kyori.adventure.text.serializer.ansi
Subinterfaces with type arguments of type ANSIComponentSerializer in net.kyori.adventure.text.serializer.ansiModifier and TypeInterfaceDescriptionstatic interfaceA builder for the ANSI component serializer.Methods in net.kyori.adventure.text.serializer.ansi that return ANSIComponentSerializerModifier and TypeMethodDescriptionstatic ANSIComponentSerializerANSIComponentSerializer.ansi()Gets a component serializer for serialization to a string using ANSI escape codes.ANSIComponentSerializer.Provider.ansi()Provides aANSIComponentSerializer.ANSIComponentSerializer.Builder.build()Builds the serializer.