Package net.kyori.ansi
A renderer for converting Minecraft chat component styling into ANSI color codes.
This library aims to be independent of specific data models, so it can work in a variety of environments.
- Since:
- 1.0.0
-
Interface Summary Interface Description ANSIComponentRenderer<S> A renderer converting a flattened component into ANSI.ANSIComponentRenderer.ToString<S> A sub-interface that simply provides a string output.ANSIComponentRenderer.ToStringBuilder<S> A mutable sub-interface that allows targeting an existing string builder.StyleOps<S> Data query operations that can be performed on a style-containing object. -
Enum Summary Enum Description ColorLevel Supported color levels.StyleOps.State Represents possible states for a decoration.