Uses of Interface
net.kyori.adventure.text.serializer.json.JSONComponentSerializer.Builder
Packages that use JSONComponentSerializer.Builder
Package
Description
Gson based serialization and deserialization.
Internal classes for the Gson serializer.
A common abstraction providing an API to serializer components with multiple JSON libraries.
-
Uses of JSONComponentSerializer.Builder in net.kyori.adventure.text.serializer.gson
Subinterfaces of JSONComponentSerializer.Builder in net.kyori.adventure.text.serializer.gson -
Uses of JSONComponentSerializer.Builder in net.kyori.adventure.text.serializer.gson.impl
Methods in net.kyori.adventure.text.serializer.gson.impl that return types with arguments of type JSONComponentSerializer.Builder -
Uses of JSONComponentSerializer.Builder in net.kyori.adventure.text.serializer.json
Methods in net.kyori.adventure.text.serializer.json that return JSONComponentSerializer.BuilderModifier and TypeMethodDescriptionJSONComponentSerializer.builder()Get a builder to create a customized JSON serializer instance.JSONComponentSerializer.Builder.editOptions(Consumer<net.kyori.option.OptionState.Builder> optionEditor) Edit the active set of serializer options.JSONComponentSerializer.Builder.legacyHoverEventSerializer(@Nullable LegacyHoverEventSerializer serializer) Sets a serializer that will be used to interpret legacy hover eventvaluepayloads.JSONComponentSerializer.Builder.options(net.kyori.option.OptionState flags) Set the option state to apply on this serializer.Methods in net.kyori.adventure.text.serializer.json that return types with arguments of type JSONComponentSerializer.BuilderModifier and TypeMethodDescriptionJSONComponentSerializer.Provider.builder()Provide a supplier for builder builders ofJSONComponentSerializerinstances.