Interface Component
- All Known Subinterfaces:
BuildableComponent<C,,B> ListComponent,NumberComponent,TemporalComponent,TextComponent,TranslatableComponent
public interface Component
A component is an immutable object that represents something that can be displayed to a receiver.
This can be a simple text, locale specific objects like dates or numbers or even translations.
-
Method Details
-
getTextStyle
TextStyle getTextStyle()Returns the text textStyle of this component. -
compress
Compresses this component. Removing empty subcommands and/or merging subcomponents if necessary.- Returns:
- the compressed component
-