Uses of Interface
net.kyori.adventure.text.serializer.plain.PlainTextComponentSerializer.Builder
Packages that use PlainTextComponentSerializer.Builder
Package
Description
Plain text based serialization and deserialization.
-
Uses of PlainTextComponentSerializer.Builder in net.kyori.adventure.text.serializer.plain
Methods in net.kyori.adventure.text.serializer.plain that return PlainTextComponentSerializer.BuilderModifier and TypeMethodDescriptionPlainTextComponentSerializer.builder()Create a new builder.PlainTextComponentSerializer.Builder.flattener(ComponentFlattener flattener) Set the component flattener to use.PlainTextComponentSerializer.toBuilder()Creates a new builder from this serializer.Methods in net.kyori.adventure.text.serializer.plain that return types with arguments of type PlainTextComponentSerializer.BuilderModifier and TypeMethodDescriptionPlainTextComponentSerializer.Provider.plainText()Completes the building process ofPlainTextComponentSerializer.Builder.