Uses of Interface
net.kyori.adventure.text.serializer.ComponentDecoder
Packages that use ComponentDecoder
Package
Description
Serializers for Configurate 4.
MiniMessage, a friendly text format for representing chat components.
Serialization and deserialization for components.
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 ComponentDecoder in net.kyori.adventure.serializer.configurate4
Subinterfaces of ComponentDecoder in net.kyori.adventure.serializer.configurate4Modifier and TypeInterfaceDescriptioninterfaceA serializer that will output to ConfigurateConfigurationNodes. -
Uses of ComponentDecoder in net.kyori.adventure.text.minimessage
Subinterfaces of ComponentDecoder in net.kyori.adventure.text.minimessageModifier and TypeInterfaceDescriptioninterfaceMiniMessage is a textual representation of components. -
Uses of ComponentDecoder in net.kyori.adventure.text.serializer
Subinterfaces of ComponentDecoder in net.kyori.adventure.text.serializerModifier and TypeInterfaceDescriptioninterfaceComponentSerializer<I extends Component, O extends Component, R>AComponentserializer and deserializer. -
Uses of ComponentDecoder in net.kyori.adventure.text.serializer.gson
Subinterfaces of ComponentDecoder in net.kyori.adventure.text.serializer.gsonModifier and TypeInterfaceDescriptioninterfaceA gson component serializer. -
Uses of ComponentDecoder in net.kyori.adventure.text.serializer.json
Subinterfaces of ComponentDecoder in net.kyori.adventure.text.serializer.jsonModifier and TypeInterfaceDescriptioninterfaceA JSON component serializer. -
Uses of ComponentDecoder in net.kyori.adventure.text.serializer.legacy
Subinterfaces of ComponentDecoder in net.kyori.adventure.text.serializer.legacyModifier and TypeInterfaceDescriptioninterfaceA legacy component serializer. -
Uses of ComponentDecoder in net.kyori.adventure.text.serializer.plain
Subinterfaces of ComponentDecoder in net.kyori.adventure.text.serializer.plainModifier and TypeInterfaceDescriptioninterfaceA plain-text component serializer.