- make(Consumer<? super BlockNbtComponent.Builder>) - Static method in interface net.kyori.text.BlockNbtComponent
-
Creates a block NBT component by applying configuration from consumer.
- make(Consumer<? super EntityNbtComponent.Builder>) - Static method in interface net.kyori.text.EntityNbtComponent
-
Creates a entity NBT component by applying configuration from consumer.
- make(Consumer<? super KeybindComponent.Builder>) - Static method in interface net.kyori.text.KeybindComponent
-
Creates a keybind component by applying configuration from consumer.
- make(String, Consumer<? super KeybindComponent.Builder>) - Static method in interface net.kyori.text.KeybindComponent
-
Creates a keybind component by applying configuration from consumer.
- make(Consumer<? super ScoreComponent.Builder>) - Static method in interface net.kyori.text.ScoreComponent
-
Creates a score component by applying configuration from consumer.
- make(String, String, Consumer<? super ScoreComponent.Builder>) - Static method in interface net.kyori.text.ScoreComponent
-
Creates a score component by applying configuration from consumer.
- make(Consumer<? super SelectorComponent.Builder>) - Static method in interface net.kyori.text.SelectorComponent
-
Creates a selector component by applying configuration from consumer.
- make(String, Consumer<? super SelectorComponent.Builder>) - Static method in interface net.kyori.text.SelectorComponent
-
Creates a selector component by applying configuration from consumer.
- make(Consumer<? super TextComponent.Builder>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component by applying configuration from consumer.
- make(String, Consumer<? super TextComponent.Builder>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component by applying configuration from consumer.
- make(Consumer<? super TranslatableComponent.Builder>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component by applying configuration from consumer.
- make(String, Consumer<? super TranslatableComponent.Builder>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component by applying configuration from consumer.
- make(String, List<? extends Component>, Consumer<? super TranslatableComponent.Builder>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component by applying configuration from consumer.
- mapChildren(Function<BuildableComponent<?, ?>, ? extends BuildableComponent<?, ?>>) - Method in interface net.kyori.text.ComponentBuilder
-
Replaces each child of this component with the resultant component from the function.
- mapChildrenDeep(Function<BuildableComponent<?, ?>, ? extends BuildableComponent<?, ?>>) - Method in interface net.kyori.text.ComponentBuilder
-
Replaces each child and sub-child of this component with the resultant
component of the function.
- mergeColor(Component) - Method in interface net.kyori.text.Component
-
Merges the color from another component into this component.
- mergeColor(Component) - Method in interface net.kyori.text.ComponentBuilder
-
Merges the color from another component into this component.
- mergeColor(Style) - Method in class net.kyori.text.format.Style
-
Merges the color from another style into this style.
- mergeColor(Component) - Method in interface net.kyori.text.ScopedComponent
-
- mergeDecorations(Component) - Method in interface net.kyori.text.Component
-
Merges the decorations from another component into this component.
- mergeDecorations(Component) - Method in interface net.kyori.text.ComponentBuilder
-
Merges the decorations from another component into this component.
- mergeDecorations(Style) - Method in class net.kyori.text.format.Style
-
Merges the decorations from another style into this style.
- mergeDecorations(Component) - Method in interface net.kyori.text.ScopedComponent
-
- mergeEvents(Component) - Method in interface net.kyori.text.Component
-
Merges the events from another component into this component.
- mergeEvents(Component) - Method in interface net.kyori.text.ComponentBuilder
-
Merges the events from another component into this component.
- mergeEvents(Style) - Method in class net.kyori.text.format.Style
-
Merges the events from another style into this style.
- mergeEvents(Component) - Method in interface net.kyori.text.ScopedComponent
-
- mergeStyle(Component) - Method in interface net.kyori.text.ComponentBuilder
-
Merges styling from another component into this component.
- objective(String) - Method in interface net.kyori.text.ScoreComponent.Builder
-
Sets the score objective.
- objective() - Method in interface net.kyori.text.ScoreComponent
-
Gets the objective name.
- objective(String) - Method in interface net.kyori.text.ScoreComponent
-
Sets the score objective.
- of(double, double, double) - Static method in interface net.kyori.text.BlockNbtComponent.LocalPos
-
Creates a local position with the given values.
- of(String, BlockNbtComponent.Pos) - Static method in interface net.kyori.text.BlockNbtComponent
-
Creates a block NBT component with a position.
- of(int, BlockNbtComponent.WorldPos.Coordinate.Type) - Static method in interface net.kyori.text.BlockNbtComponent.WorldPos.Coordinate
-
Creates a coordinate with the given value and type.
- of(BlockNbtComponent.WorldPos.Coordinate, BlockNbtComponent.WorldPos.Coordinate, BlockNbtComponent.WorldPos.Coordinate) - Static method in interface net.kyori.text.BlockNbtComponent.WorldPos
-
Creates a world position with the given coordinates.
- of(String, String) - Static method in interface net.kyori.text.EntityNbtComponent
-
Creates a entity NBT component with a position.
- of(ClickEvent.Action, String) - Static method in class net.kyori.text.event.ClickEvent
-
Creates a click event.
- of(HoverEvent.Action, Component) - Static method in class net.kyori.text.event.HoverEvent
-
Creates a hover event.
- of(TextColor) - Static method in class net.kyori.text.format.Style
-
Creates a style with color.
- of(TextColor, TextDecoration...) - Static method in class net.kyori.text.format.Style
-
Creates a style with color and decorations.
- of(String) - Static method in interface net.kyori.text.KeybindComponent
-
Creates a keybind component with a keybind.
- of(String, TextColor) - Static method in interface net.kyori.text.KeybindComponent
-
Creates a keybind component with content, and optional color.
- of(String, TextColor, TextDecoration...) - Static method in interface net.kyori.text.KeybindComponent
-
Creates a keybind component with content, and optional color and decorations.
- of(String, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.KeybindComponent
-
Creates a keybind component with content, and optional color and decorations.
- of(String, String) - Static method in interface net.kyori.text.ScoreComponent
-
Creates a score component with a name and objective.
- of(String, String, String) - Static method in interface net.kyori.text.ScoreComponent
-
Creates a score component with a name, objective, and optional value.
- of(String) - Static method in interface net.kyori.text.SelectorComponent
-
Creates a selector component with a pattern.
- of(String) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with content.
- of(String, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with content, and optional color.
- of(String, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with content, and optional color and decorations.
- of(String, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with content, and optional color and decorations.
- of(String, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with content and styling.
- of(boolean) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(boolean).
- of(boolean, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(boolean), and optional color.
- of(boolean, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(boolean), and optional color and decorations.
- of(boolean, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(boolean), and optional color and decorations.
- of(boolean, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(boolean) and styling.
- of(char) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(char).
- of(char, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(char), and optional color.
- of(char, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(char), and optional color and decorations.
- of(char, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(char), and optional color and decorations.
- of(char, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(char) and styling.
- of(double) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(double).
- of(double, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(double), and optional color.
- of(double, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(double), and optional color and decorations.
- of(double, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(double), and optional color and decorations.
- of(double, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(double) and styling.
- of(float) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(float).
- of(float, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(float), and optional color.
- of(float, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(float), and optional color and decorations.
- of(float, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(float), and optional color and decorations.
- of(float, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(float) and styling.
- of(int) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(int).
- of(int, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(int), and optional color.
- of(int, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(int), and optional color and decorations.
- of(int, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(int), and optional color and decorations.
- of(int, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(int) and styling.
- of(long) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(long).
- of(long, TextColor) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(long), and optional color.
- of(long, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(long), and optional color and decorations.
- of(long, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(long), and optional color and decorations.
- of(long, Style) - Static method in interface net.kyori.text.TextComponent
-
Creates a text component with the content of String.valueOf(long) and styling.
- of(String) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key.
- of(String, TextColor) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, and optional color.
- of(String, TextColor, TextDecoration...) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, and optional color and decorations.
- of(String, TextColor, Set<TextDecoration>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, and optional color and decorations.
- of(String, Component...) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, TextColor, Component...) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, arguments, and optional color.
- of(String, TextColor, Set<TextDecoration>, Component...) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, arguments, and optional color and decorations.
- of(String, List<? extends Component>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key and arguments.
- of(String, TextColor, List<? extends Component>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, arguments, and optional color.
- of(String, TextColor, Set<TextDecoration>, List<? extends Component>) - Static method in interface net.kyori.text.TranslatableComponent
-
Creates a translatable component with a translation key, arguments, and optional color and decorations.
- openFile(String) - Static method in class net.kyori.text.event.ClickEvent
-
Creates a click event that opens a file.
- openUrl(String) - Static method in class net.kyori.text.event.ClickEvent
-
Creates a click event that opens a url.
- ScopedComponent<C extends Component> - Interface in net.kyori.text
-
Some magic to change return types.
- score() - Static method in interface net.kyori.text.ComponentBuilders
-
Creates a score component builder.
- score(String, String) - Static method in interface net.kyori.text.ComponentBuilders
-
Creates a score component builder with a name and objective.
- ScoreComponent - Interface in net.kyori.text
-
A scoreboard score component.
- ScoreComponent.Builder - Interface in net.kyori.text
-
A score component builder.
- selector() - Static method in interface net.kyori.text.ComponentBuilders
-
Creates a selector component builder.
- selector(String) - Static method in interface net.kyori.text.ComponentBuilders
-
Creates a selector component builder with a pattern.
- selector(String) - Method in interface net.kyori.text.EntityNbtComponent.Builder
-
Sets the entity selector.
- selector() - Method in interface net.kyori.text.EntityNbtComponent
-
Gets the entity selector.
- selector(String) - Method in interface net.kyori.text.EntityNbtComponent
-
Sets the entity selector.
- SelectorComponent - Interface in net.kyori.text
-
A scoreboard selector component.
- SelectorComponent.Builder - Interface in net.kyori.text
-
A selector component builder.
- serialize(I) - Method in interface net.kyori.text.serializer.ComponentSerializer
-
Serializes a component into an output of type R.
- setOf(TextDecoration...) - Static method in enum net.kyori.text.format.TextDecoration
-
- showEntity(Component) - Static method in class net.kyori.text.event.HoverEvent
-
Creates a hover event that shows an entity on hover.
- showItem(Component) - Static method in class net.kyori.text.event.HoverEvent
-
Creates a hover event that shows an item on hover.
- showText(Component) - Static method in class net.kyori.text.event.HoverEvent
-
Creates a hover event that shows text on hover.
- space() - Static method in interface net.kyori.text.TextComponent
-
Gets a text immutable component with a single space as the content.
- style - Variable in class net.kyori.text.AbstractComponent
-
The style of this component.
- style() - Method in class net.kyori.text.AbstractComponent
-
- style() - Method in interface net.kyori.text.Component
-
Gets the style of this component.
- style(Style) - Method in interface net.kyori.text.Component
-
Sets the style of this component.
- style(Style) - Method in interface net.kyori.text.ComponentBuilder
-
Sets the style.
- Style - Class in net.kyori.text.format
-
- Style.Builder - Class in net.kyori.text.format
-
A style builder.
- suggestCommand(String) - Static method in class net.kyori.text.event.ClickEvent
-
Creates a click event that suggests a command.