-
public final class TextDisplay.Custom extends TextDisplay
Display the text using a custom span
-
-
Field Summary
Fields Modifier and Type Field Description private final ReplacementSpancustomSpan
-
Constructor Summary
Constructors Constructor Description TextDisplay.Custom(ReplacementSpan customSpan)
-
Method Summary
Modifier and Type Method Description final ReplacementSpangetCustomSpan()-
-
Constructor Detail
-
TextDisplay.Custom
TextDisplay.Custom(ReplacementSpan customSpan)
-
-
Method Detail
-
getCustomSpan
final ReplacementSpan getCustomSpan()
-
-
-
-