Uses of Interface
net.kyori.adventure.text.serializer.ComponentEncoder
Packages that use ComponentEncoder
Package
Description
Serializers for Configurate 4.
MiniMessage, a friendly text format for representing chat components.
Serialization and deserialization for components.
Serialization to ANSI escape sequences.
Gson based serialization and deserialization.
A common abstraction providing an API to serializer components with multiple JSON libraries.
Legacy text based serialization and deserialization.
Plain text based serialization and deserialization.
-
Uses of ComponentEncoder in net.kyori.adventure.serializer.configurate4
Subinterfaces of ComponentEncoder in net.kyori.adventure.serializer.configurate4Modifier and TypeInterfaceDescriptioninterfaceA serializer that will output to ConfigurateConfigurationNodes. -
Uses of ComponentEncoder in net.kyori.adventure.text.minimessage
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.minimessageModifier and TypeInterfaceDescriptioninterfaceMiniMessage is a textual representation of components. -
Uses of ComponentEncoder in net.kyori.adventure.text.serializer
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.serializerModifier and TypeInterfaceDescriptioninterfaceComponentSerializer<I extends Component, O extends Component, R>AComponentserializer and deserializer. -
Uses of ComponentEncoder in net.kyori.adventure.text.serializer.ansi
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.serializer.ansi -
Uses of ComponentEncoder in net.kyori.adventure.text.serializer.gson
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.serializer.gsonModifier and TypeInterfaceDescriptioninterfaceA gson component serializer. -
Uses of ComponentEncoder in net.kyori.adventure.text.serializer.json
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.serializer.jsonModifier and TypeInterfaceDescriptioninterfaceA JSON component serializer. -
Uses of ComponentEncoder in net.kyori.adventure.text.serializer.legacy
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.serializer.legacyModifier and TypeInterfaceDescriptioninterfaceA legacy component serializer. -
Uses of ComponentEncoder in net.kyori.adventure.text.serializer.plain
Subinterfaces of ComponentEncoder in net.kyori.adventure.text.serializer.plainModifier and TypeInterfaceDescriptioninterfaceA plain-text component serializer.