Interface TextComponent
- All Superinterfaces:
BuildableComponent<TextComponent,,TextComponent.Builder> Component,ComponentLike
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TextComponentempty()static TextComponentnewline()static TextComponentspace()static TextComponent.Buildertext()static TextComponentstatic TextComponenttext(String content, ComponentColor textColor) static TextComponenttext(String content, ComponentStyle style) default TextComponent.BuilderMethods inherited from interface com.xpdustry.distributor.api.component.Component
append, asComponent, compress, getStyle
-
Method Details
-
text
-
text
-
text
-
text
-
space
-
empty
-
newline
-
getContent
String getContent() -
toBuilder
- Specified by:
toBuilderin interfaceBuildableComponent<TextComponent,TextComponent.Builder>
-