Interface SignText
- All Superinterfaces:
BuildableDataComponent<SignText, SignText.Builder>
Represents the lines of text on a sign side.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncolor()Gets the color of the text on this sign side.booleanChecks if the text on this sign side has a glowing effect.lines()Gets the lines on this sign side.static SignText.BuildersignText()static SignTextsignText(List<? extends ComponentLike> lines) Methods inherited from interface BuildableDataComponent
toBuilder
-
Method Details
-
signText
-
signText
-
lines
-
color
-
hasGlowingText
-