- CHARACTER - Static variable in interface net.kyori.text.serializer.LegacyComponentSerializer
-
- children - Variable in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
The list of children.
- children - Variable in class net.kyori.text.AbstractComponent
-
The list of children.
- children() - Method in class net.kyori.text.AbstractComponent
-
- children() - Method in interface net.kyori.text.Component
-
Gets the unmodifiable list of children.
- clickEvent - Variable in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
The click event to apply to this component.
- clickEvent(ClickEvent) - Method in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
- clickEvent - Variable in class net.kyori.text.AbstractComponent
-
The click event to apply to this component.
- clickEvent() - Method in class net.kyori.text.AbstractComponent
-
- clickEvent(ClickEvent) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Sets the click event of this component.
- clickEvent() - Method in interface net.kyori.text.Component
-
Gets the click event of this component.
- clickEvent(ClickEvent) - Method in interface net.kyori.text.Component
-
Sets the click event of this component.
- ClickEvent - Class in net.kyori.text.event
-
A click event.
- ClickEvent(ClickEvent.Action, String) - Constructor for class net.kyori.text.event.ClickEvent
-
- clickEvent(ClickEvent) - Method in class net.kyori.text.KeybindComponent
-
- clickEvent(ClickEvent) - Method in class net.kyori.text.ScoreComponent
-
- clickEvent(ClickEvent) - Method in class net.kyori.text.SelectorComponent
-
- clickEvent(ClickEvent) - Method in class net.kyori.text.TextComponent
-
- clickEvent(ClickEvent) - Method in class net.kyori.text.TranslatableComponent
-
- ClickEvent.Action - Enum in net.kyori.text.event
-
An enumeration of click event actions.
- color - Variable in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
The color of this component.
- color(TextColor) - Method in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
- color - Variable in class net.kyori.text.AbstractComponent
-
The color of this component.
- color() - Method in class net.kyori.text.AbstractComponent
-
- color(TextColor) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Sets the color of this component.
- color() - Method in interface net.kyori.text.Component
-
Gets the color of this component.
- color(TextColor) - Method in interface net.kyori.text.Component
-
Sets the color of this component.
- color(TextColor) - Method in class net.kyori.text.KeybindComponent
-
- color(TextColor) - Method in class net.kyori.text.ScoreComponent
-
- color(TextColor) - Method in class net.kyori.text.SelectorComponent
-
- color(TextColor) - Method in class net.kyori.text.TextComponent
-
- color(TextColor) - Method in class net.kyori.text.TranslatableComponent
-
- colorIfAbsent(TextColor) - Method in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
- colorIfAbsent(TextColor) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Sets the color of this component if there isn't one set already.
- Component - Interface in net.kyori.text
-
A text component.
- ComponentRenderer<C extends ComponentRenderer.Context> - Interface in net.kyori.text.renderer
-
A component renderer.
- ComponentRenderer.Context - Interface in net.kyori.text.renderer
-
A component renderer context.
- Components - Interface in net.kyori.text
-
- ComponentSerializer<I extends Component,O extends Component,R> - Interface in net.kyori.text.serializer
-
- ComponentSerializers - Class in net.kyori.text.serializer
-
A collection of component serializers.
- contains(Component) - Method in interface net.kyori.text.Component
-
Checks if this component contains a component.
- content(String) - Method in class net.kyori.text.ScoreComponent
-
Sets the value.
- content(String) - Method in class net.kyori.text.TextComponent.Builder
-
Sets the plain text content.
- content() - Method in class net.kyori.text.TextComponent
-
Gets the plain text content.
- content(String) - Method in class net.kyori.text.TextComponent
-
Sets the plain text content.
- copy() - Method in interface net.kyori.text.Component
-
Creates a component.
- copy() - Method in class net.kyori.text.event.ClickEvent
-
Creates a copy of this click event.
- copy() - Method in class net.kyori.text.event.HoverEvent
-
Creates a copy of this hover event.
- copy() - Method in class net.kyori.text.KeybindComponent
-
- copy() - Method in class net.kyori.text.ScoreComponent
-
- copy() - Method in class net.kyori.text.SelectorComponent
-
- copy() - Method in class net.kyori.text.TextComponent
-
- copy() - Method in class net.kyori.text.TranslatableComponent
-
- make(Consumer<KeybindComponent.Builder>) - Static method in class net.kyori.text.KeybindComponent
-
Creates a keybind component by applying configuration from consumer.
- make(String, Consumer<KeybindComponent.Builder>) - Static method in class net.kyori.text.KeybindComponent
-
Creates a keybind component by applying configuration from consumer.
- make(Consumer<TextComponent.Builder>) - Static method in class net.kyori.text.TextComponent
-
Creates a text component by applying configuration from consumer.
- make(String, Consumer<TextComponent.Builder>) - Static method in class net.kyori.text.TextComponent
-
Creates a text component by applying configuration from consumer.
- make(Consumer<TranslatableComponent.Builder>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component by applying configuration from consumer.
- make(String, Consumer<TranslatableComponent.Builder>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component by applying configuration from consumer.
- make(String, List<Component>, Consumer<TranslatableComponent.Builder>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component by applying configuration from consumer.
- mapChildren(Function<BuildableComponent<?, ?>, BuildableComponent<?, ?>>) - Method in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
- mapChildren(Function<BuildableComponent<?, ?>, BuildableComponent<?, ?>>) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Replaces each child of this component with the resultant component from the function.
- mapChildrenDeep(Function<BuildableComponent<?, ?>, BuildableComponent<?, ?>>) - Method in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
- mapChildrenDeep(Function<BuildableComponent<?, ?>, BuildableComponent<?, ?>>) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Replaces each child and sub-child of this component with the resultant
component of the function.
- mergeColor(Component) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Merges the color from another component into this component.
- mergeColor(Component) - Method in interface net.kyori.text.Component
-
Merges the color from another component into this component.
- mergeColor(Component) - Method in class net.kyori.text.KeybindComponent
-
- mergeColor(Component) - Method in class net.kyori.text.ScoreComponent
-
- mergeColor(Component) - Method in class net.kyori.text.SelectorComponent
-
- mergeColor(Component) - Method in class net.kyori.text.TextComponent
-
- mergeColor(Component) - Method in class net.kyori.text.TranslatableComponent
-
- mergeDecorations(Component) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Merges the decorations from another component into this component.
- mergeDecorations(Component) - Method in interface net.kyori.text.Component
-
Merges the decorations from another component into this component.
- mergeDecorations(Component) - Method in class net.kyori.text.KeybindComponent
-
- mergeDecorations(Component) - Method in class net.kyori.text.ScoreComponent
-
- mergeDecorations(Component) - Method in class net.kyori.text.SelectorComponent
-
- mergeDecorations(Component) - Method in class net.kyori.text.TextComponent
-
- mergeDecorations(Component) - Method in class net.kyori.text.TranslatableComponent
-
- mergeEvents(Component) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Merges the events from another component into this component.
- mergeEvents(Component) - Method in interface net.kyori.text.Component
-
Merges the events from another component into this component.
- mergeEvents(Component) - Method in class net.kyori.text.KeybindComponent
-
- mergeEvents(Component) - Method in class net.kyori.text.ScoreComponent
-
- mergeEvents(Component) - Method in class net.kyori.text.SelectorComponent
-
- mergeEvents(Component) - Method in class net.kyori.text.TextComponent
-
- mergeEvents(Component) - Method in class net.kyori.text.TranslatableComponent
-
- mergeStyle(Component) - Method in interface net.kyori.text.BuildableComponent.Builder
-
Merges styling from another component into this component.
- mergeStyle(Component) - Method in interface net.kyori.text.Component
-
Merges styling from another component into this component.
- mergeStyle(Component) - Method in class net.kyori.text.KeybindComponent
-
- mergeStyle(Component) - Method in class net.kyori.text.ScoreComponent
-
- mergeStyle(Component) - Method in class net.kyori.text.SelectorComponent
-
- mergeStyle(Component) - Method in class net.kyori.text.TextComponent
-
- mergeStyle(Component) - Method in class net.kyori.text.TranslatableComponent
-
- obfuscated - Variable in class net.kyori.text.AbstractBuildableComponent.AbstractBuilder
-
If this component should have the
obfuscated decoration.
- obfuscated - Variable in class net.kyori.text.AbstractComponent
-
If this component should have the
obfuscated decoration.
- objective(String) - Method in class net.kyori.text.ScoreComponent.Builder
-
Sets the score objective.
- objective() - Method in class net.kyori.text.ScoreComponent
-
Gets the objective name.
- objective(String) - Method in class net.kyori.text.ScoreComponent
-
Sets the score objective.
- of(boolean) - Static method in interface net.kyori.text.Component
-
Creates a text component with the content of String.valueOf(boolean).
- of(char) - Static method in interface net.kyori.text.Component
-
Creates a text component with the content of String.valueOf(char).
- of(double) - Static method in interface net.kyori.text.Component
-
Creates a text component with the content of String.valueOf(double).
- of(float) - Static method in interface net.kyori.text.Component
-
Creates a text component with the content of String.valueOf(float).
- of(int) - Static method in interface net.kyori.text.Component
-
Creates a text component with the content of String.valueOf(int).
- of(long) - Static method in interface net.kyori.text.Component
-
Creates a text component with the content of String.valueOf(long).
- of(String) - Static method in class net.kyori.text.KeybindComponent
-
Creates a keybind component with a keybind.
- of(String, TextColor) - Static method in class net.kyori.text.KeybindComponent
-
Creates a keybind component with content, and optional color.
- of(String, TextColor, Set<TextDecoration>) - Static method in class net.kyori.text.KeybindComponent
-
Creates a keybind component with content, and optional color and decorations.
- of(String, String) - Static method in class net.kyori.text.ScoreComponent
-
Creates a score component with a name and objective.
- of(String, String, String) - Static method in class net.kyori.text.ScoreComponent
-
Creates a score component with a name, objective, and optional value.
- of(String) - Static method in class net.kyori.text.SelectorComponent
-
Creates a selector component with a pattern.
- of(String) - Static method in class net.kyori.text.TextComponent
-
Creates a text component with content.
- of(String, TextColor) - Static method in class net.kyori.text.TextComponent
-
Creates a text component with content, and optional color.
- of(String, TextColor, Set<TextDecoration>) - Static method in class net.kyori.text.TextComponent
-
Creates a text component with content, and optional color and decorations.
- of(String) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key.
- of(String, TextColor) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key.
- of(String, TextColor, Set<TextDecoration>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key.
- of(String, Component...) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, TextColor, Component...) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, TextColor, Set<TextDecoration>, Component...) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, List<Component>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, TextColor, List<Component>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, TextColor, Set<TextDecoration>, List<Component>) - Static method in class net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- value() - Method in class net.kyori.text.event.ClickEvent
-
Gets the click event value.
- value() - Method in class net.kyori.text.event.HoverEvent
-
Gets the hover event value.
- value(String) - Method in class net.kyori.text.ScoreComponent.Builder
-
Sets the value.
- value() - Method in class net.kyori.text.ScoreComponent
-
Gets the value.
- valueOf(String) - Static method in enum net.kyori.text.event.ClickEvent.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.kyori.text.event.HoverEvent.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.kyori.text.format.TextColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.kyori.text.format.TextDecoration.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.kyori.text.format.TextDecoration
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.kyori.text.event.ClickEvent.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.kyori.text.event.HoverEvent.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.kyori.text.format.TextColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.kyori.text.format.TextDecoration.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.kyori.text.format.TextDecoration
-
Returns an array containing the constants of this enum type, in
the order they are declared.