Uses of Interface
net.kyori.adventure.text.serializer.gson.GsonComponentSerializer.Builder
Packages that use GsonComponentSerializer.Builder
Package
Description
Gson based serialization and deserialization.
-
Uses of GsonComponentSerializer.Builder in net.kyori.adventure.text.serializer.gson
Methods in net.kyori.adventure.text.serializer.gson that return GsonComponentSerializer.BuilderModifier and TypeMethodDescriptionGsonComponentSerializer.builder()Creates a newGsonComponentSerializer.Builder.GsonComponentSerializer.Builder.editOptions(Consumer<net.kyori.option.OptionState.Builder> optionEditor) GsonComponentSerializer.Builder.legacyHoverEventSerializer(@Nullable LegacyHoverEventSerializer serializer) GsonComponentSerializer.Builder.options(net.kyori.option.OptionState flags) GsonComponentSerializer.toBuilder()Creates a new builder from this serializer.Methods in net.kyori.adventure.text.serializer.gson that return types with arguments of type GsonComponentSerializer.BuilderModifier and TypeMethodDescriptionGsonComponentSerializer.Provider.builder()Completes the building process ofGsonComponentSerializer.Builder.