Package net.kyori.ansi
Interface ANSIComponentRenderer.ToString<S>
-
- Type Parameters:
S
- style type
- All Superinterfaces:
ANSIComponentRenderer<S>
- Enclosing interface:
- ANSIComponentRenderer<S>
public static interface ANSIComponentRenderer.ToString<S> extends ANSIComponentRenderer<S>
A sub-interface that simply provides a string output.- Since:
- 1.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.kyori.ansi.ANSIComponentRenderer
ANSIComponentRenderer.ToString<S>, ANSIComponentRenderer.ToStringBuilder<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.String
asString()
Get the output and clear the buffer from a previous invocation.-
Methods inherited from interface net.kyori.ansi.ANSIComponentRenderer
complete, popStyle, pushStyle, text
-
-