Class PlainComponentSerializer

java.lang.Object
net.kyori.adventure.text.serializer.plain.PlainComponentSerializer
All Implemented Interfaces:
ComponentDecoder<String,TextComponent>, ComponentEncoder<Component,String>, ComponentSerializer<Component,TextComponent,String>, Buildable<PlainComponentSerializer,PlainComponentSerializer.Builder>

@ScheduledForRemoval(inVersion="5.0.0") @Deprecated public class PlainComponentSerializer extends Object implements ComponentSerializer<Component,TextComponent,String>, Buildable<PlainComponentSerializer,PlainComponentSerializer.Builder>
Deprecated.
for removal since 4.8.0, use PlainTextComponentSerializer instead
A plain component serializer.

Plain does not support more complex features such as, but not limited to, colours, decorations, ClickEvent, and HoverEvent.

Since:
4.0.0