Package net.kyori.adventure.text.format
Formats which may be applied to components.
-
Interface Summary Interface Description MutableStyleSetter<T extends MutableStyleSetter<?>> Writes style properties to a mutable object.Style A style applies visual effects or extra functionality toComponent
s, such asTextColor
s,TextDecoration
s,ClickEvent
s etc.Style.Builder A style builder.StyleBuilderApplicable Something that can be applied to aStyle
.StyleGetter Reads style properties from an object.StyleSetter<T extends StyleSetter<?>> Writes style properties to an object.TextColor A color which may be applied to aStyle
.TextDecorationAndState A combination of aTextDecoration
and aTextDecoration.State
.TextFormat A format which may be applied to aComponent
. -
Class Summary Class Description NamedTextColor The named text colours in Minecraft: Java Edition. -
Enum Summary Enum Description Style.Merge A merge choice.Style.Merge.Strategy A merge strategy.TextDecoration An enumeration of decorations which may be applied to aComponent
.TextDecoration.State A state that aTextDecoration
can be in.