Uses of Interface
net.kyori.adventure.util.Codec.Encoder
Packages that use Codec.Encoder
Package
Description
A common abstraction providing an API to serializer components with multiple JSON libraries.
Miscellaneous utilities.
-
Uses of Codec.Encoder in net.kyori.adventure.text.serializer.json
Methods in net.kyori.adventure.text.serializer.json with parameters of type Codec.EncoderModifier and TypeMethodDescriptionLegacyHoverEventSerializer.serializeShowEntity(HoverEvent.ShowEntity input, Codec.Encoder<Component, String, ? extends RuntimeException> componentEncoder) Convert a modern hover eventshow_entityvalue to its legacy format. -
Uses of Codec.Encoder in net.kyori.adventure.util
Methods in net.kyori.adventure.util with parameters of type Codec.EncoderModifier and TypeMethodDescriptionCodec.codec(Codec.Decoder<D, E, DX> decoder, Codec.Encoder<D, E, EX> encoder) Creates a codec.