A B C D F I N O P S T U V 
All Classes All Packages

A

ANSIComponentRenderer<S> - Interface in net.kyori.ansi
A renderer converting a flattened component into ANSI.
ANSIComponentRenderer.ToString<S> - Interface in net.kyori.ansi
A sub-interface that simply provides a string output.
ANSIComponentRenderer.ToStringBuilder<S> - Interface in net.kyori.ansi
A mutable sub-interface that allows targeting an existing string builder.
asString() - Method in interface net.kyori.ansi.ANSIComponentRenderer.ToString
Get the output and clear the buffer from a previous invocation.

B

bold(S) - Method in interface net.kyori.ansi.StyleOps
Whether the style indicates a component is bold or not.
builder() - Method in interface net.kyori.ansi.ANSIComponentRenderer.ToStringBuilder
Get the builder that has been appended to.
builder(StringBuilder) - Method in interface net.kyori.ansi.ANSIComponentRenderer.ToStringBuilder
Set the StringBuilder that will be appended to.

C

color(S) - Method in interface net.kyori.ansi.StyleOps
Get the color as an int-packed RGB value.
COLOR_LEVEL_PROPERTY - Static variable in enum net.kyori.ansi.ColorLevel
 
COLOR_UNSET - Static variable in interface net.kyori.ansi.StyleOps
Indicates that the queried style has no color set.
ColorLevel - Enum in net.kyori.ansi
Supported color levels.
complete() - Method in interface net.kyori.ansi.ANSIComponentRenderer
Indicate to the renderer that a complete component has been provided, and any finalizing output should be appended.
compute() - Static method in enum net.kyori.ansi.ColorLevel
Attempt to estimate the supported color level of the current terminal using the active environment.

D

determineEscape(int) - Method in enum net.kyori.ansi.ColorLevel
Provide an ANSI escape sequence for the provided color.

F

FALSE - net.kyori.ansi.StyleOps.State
 
font(S) - Method in interface net.kyori.ansi.StyleOps
Get the style's declared font as a string representing a resource location.

I

INDEXED_16 - net.kyori.ansi.ColorLevel
16 color.
INDEXED_256 - net.kyori.ansi.ColorLevel
256 color.
italics(S) - Method in interface net.kyori.ansi.StyleOps
Get the italic value from this style.

N

net.kyori.ansi - package net.kyori.ansi
A renderer for converting Minecraft chat component styling into ANSI color codes.
NONE - net.kyori.ansi.ColorLevel
No color at all.

O

obfuscated(S) - Method in interface net.kyori.ansi.StyleOps
Get the obfuscated value from this style.

P

popStyle(S) - Method in interface net.kyori.ansi.ANSIComponentRenderer
Pop the top style from the stack, so it will no longer affect output.
pushStyle(S) - Method in interface net.kyori.ansi.ANSIComponentRenderer
Push a style onto the stack to format upcoming invocations of ANSIComponentRenderer.text(String).

S

strikethrough(S) - Method in interface net.kyori.ansi.StyleOps
Get the strikethrough value from this style.
StyleOps<S> - Interface in net.kyori.ansi
Data query operations that can be performed on a style-containing object.
StyleOps.State - Enum in net.kyori.ansi
Represents possible states for a decoration.

T

TERMINAL_ANSI_OVERRIDE_PROPERTY - Static variable in enum net.kyori.ansi.ColorLevel
 
text(String) - Method in interface net.kyori.ansi.ANSIComponentRenderer
Append text to the buffer.
toString(StyleOps<T>) - Static method in interface net.kyori.ansi.ANSIComponentRenderer
Create a new renderer that produces a String, with a color level inferred from the current environment.
toString(StyleOps<T>, ColorLevel) - Static method in interface net.kyori.ansi.ANSIComponentRenderer
Create a new renderer that produces a String.
toStringBuilder(StyleOps<T>) - Static method in interface net.kyori.ansi.ANSIComponentRenderer
Create a new renderer that will write to a specific StringBuilder, with a color level inferred from the current environment.
toStringBuilder(StyleOps<T>, ColorLevel) - Static method in interface net.kyori.ansi.ANSIComponentRenderer
Create a new renderer that will write to a specific StringBuilder.
TRUE - net.kyori.ansi.StyleOps.State
 
TRUE_COLOR - net.kyori.ansi.ColorLevel
Full RGB color.

U

underlined(S) - Method in interface net.kyori.ansi.StyleOps
Get the underlined value from this style.
UNSET - net.kyori.ansi.StyleOps.State
 

V

valueOf(String) - Static method in enum net.kyori.ansi.ColorLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.kyori.ansi.StyleOps.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.kyori.ansi.ColorLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.kyori.ansi.StyleOps.State
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F I N O P S T U V 
All Classes All Packages