Interface TextComponent

All Superinterfaces:
Buildable<TextComponent.Builder>, BuildableComponent<TextComponent,TextComponent.Builder>, Component, ComponentBuilderApplicable, ComponentLike, HoverEventSource<Component>, ScopedComponent<TextComponent>, StyleGetter, StyleSetter<Component>
All Known Subinterfaces:
VirtualComponent

public sealed interface TextComponent extends ScopedComponent<TextComponent>, BuildableComponent<TextComponent,TextComponent.Builder> permits VirtualComponent (not exhaustive)
A component that displays a string.

This component consists of:

content
string to be displayed
Since:
4.0.0