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