- absolute(int) - Static method in interface net.kyori.text.BlockNbtComponent.WorldPos.Coordinate
-
Creates a absolute coordinate with the given value.
- absoluteWorldPos(int, int, int) - Method in interface net.kyori.text.BlockNbtComponent
-
- absoluteWorldPos(int, int, int) - Method in interface net.kyori.text.BlockNbtComponent.Builder
-
- AbstractComponent - Class in net.kyori.text
-
An abstract implementation of a text component.
- AbstractComponent(List<Component>, Style) - Constructor for class net.kyori.text.AbstractComponent
-
- AbstractComponentRenderer<C> - Class in net.kyori.text.renderer
-
An abstract implementation of a component renderer.
- AbstractComponentRenderer() - Constructor for class net.kyori.text.renderer.AbstractComponentRenderer
-
- action() - Method in class net.kyori.text.event.ClickEvent
-
Gets the click event action.
- action() - Method in class net.kyori.text.event.HoverEvent
-
Gets the hover event action.
- all() - Static method in enum net.kyori.text.format.Style.Merge
-
Gets a merge set of all merge types.
- append(Component) - Method in interface net.kyori.text.Component
-
Appends a component to this component.
- append(ComponentBuilder<?, ?>) - Method in interface net.kyori.text.Component
-
Appends a component to this component.
- append(String) - Method in interface net.kyori.text.ComponentBuilder
-
Appends a text component to this component.
- append(String, TextColor) - Method in interface net.kyori.text.ComponentBuilder
-
Appends a text component to this component.
- append(String, TextColor, TextDecoration...) - Method in interface net.kyori.text.ComponentBuilder
-
Appends a text component to this component.
- append(String, Consumer<? super TextComponent.Builder>) - Method in interface net.kyori.text.ComponentBuilder
-
Appends a text component to this component.
- append(Component) - Method in interface net.kyori.text.ComponentBuilder
-
Appends a component to this component.
- append(ComponentBuilder<?, ?>) - Method in interface net.kyori.text.ComponentBuilder
-
Appends a component to this component.
- append(Component...) - Method in interface net.kyori.text.ComponentBuilder
-
Appends components to this component.
- append(Iterable<? extends Component>) - Method in interface net.kyori.text.ComponentBuilder
-
Appends components to this component.
- append(Component) - Method in interface net.kyori.text.ScopedComponent
-
- append(ComponentBuilder<?, ?>) - Method in interface net.kyori.text.ScopedComponent
-
- apply(Consumer<? super ComponentBuilder<?, ?>>) - Method in interface net.kyori.text.ComponentBuilder
-
Applies an action to this builder.
- applyDeep(Consumer<? super ComponentBuilder<?, ?>>) - Method in interface net.kyori.text.ComponentBuilder
-
Applies an action to this component and all child components if they are
an instance of
BuildableComponent.
- args() - Method in interface net.kyori.text.TranslatableComponent
-
Gets the unmodifiable list of translation arguments.
- args(Component...) - Method in interface net.kyori.text.TranslatableComponent
-
Sets the translation arguments for this component.
- args(List<? extends Component>) - Method in interface net.kyori.text.TranslatableComponent
-
Sets the translation arguments for this component.
- args(ComponentBuilder<?, ?>) - Method in interface net.kyori.text.TranslatableComponent.Builder
-
Sets the translation args.
- args(ComponentBuilder<?, ?>...) - Method in interface net.kyori.text.TranslatableComponent.Builder
-
Sets the translation args.
- args(Component) - Method in interface net.kyori.text.TranslatableComponent.Builder
-
Sets the translation args.
- args(Component...) - Method in interface net.kyori.text.TranslatableComponent.Builder
-
Sets the translation args.
- args(List<? extends Component>) - Method in interface net.kyori.text.TranslatableComponent.Builder
-
Sets the translation args.
- asString() - Method in interface net.kyori.minecraft.Key
-
Returns the string representation of this key.
- 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<Style.Builder>) - Static method in class net.kyori.text.format.Style
-
Creates a style.
- 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 StorageNbtComponent.Builder>) - Static method in interface net.kyori.text.StorageNbtComponent
-
Creates a storage NBT 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.
- merge(Style) - Method in class net.kyori.text.format.Style.Builder
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy) - Method in class net.kyori.text.format.Style.Builder
-
Merges from another style into this style.
- merge(Style, Style.Merge...) - Method in class net.kyori.text.format.Style.Builder
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy, Style.Merge...) - Method in class net.kyori.text.format.Style.Builder
-
Merges from another style into this style.
- merge(Style, Set<Style.Merge>) - Method in class net.kyori.text.format.Style.Builder
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy, Set<Style.Merge>) - Method in class net.kyori.text.format.Style.Builder
-
Merges from another style into this style.
- merge(Style) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Style.Merge) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy, Style.Merge) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Style.Merge...) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy, Style.Merge...) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Set<Style.Merge>) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- merge(Style, Style.Merge.Strategy, Set<Style.Merge>) - Method in class net.kyori.text.format.Style
-
Merges from another style into this style.
- mergeColor(Component) - Method in interface net.kyori.text.Component
-
- mergeColor(Component) - Method in interface net.kyori.text.ComponentBuilder
-
- mergeColor(Style) - Method in class net.kyori.text.format.Style
-
- mergeColor(Component) - Method in interface net.kyori.text.ScopedComponent
-
Deprecated.
- mergeDecorations(Component) - Method in interface net.kyori.text.Component
-
- mergeDecorations(Component) - Method in interface net.kyori.text.ComponentBuilder
-
- mergeDecorations(Style) - Method in class net.kyori.text.format.Style
-
- mergeDecorations(Component) - Method in interface net.kyori.text.ScopedComponent
-
Deprecated.
- mergeEvents(Component) - Method in interface net.kyori.text.Component
-
- mergeEvents(Component) - Method in interface net.kyori.text.ComponentBuilder
-
- mergeEvents(Style) - Method in class net.kyori.text.format.Style
-
- mergeEvents(Component) - Method in interface net.kyori.text.ScopedComponent
-
Deprecated.
- mergeStyle(Component) - Method in interface net.kyori.text.Component
-
Merges from another style into this component's style.
- mergeStyle(Component, Style.Merge...) - Method in interface net.kyori.text.Component
-
Merges from another style into this component's style.
- mergeStyle(Component, Set<Style.Merge>) - Method in interface net.kyori.text.Component
-
Merges from another style into this component's style.
- mergeStyle(Component) - Method in interface net.kyori.text.ComponentBuilder
-
Merges styling from another component into this component.
- mergeStyle(Component, Style.Merge...) - Method in interface net.kyori.text.ComponentBuilder
-
Merges styling from another component into this component.
- mergeStyle(Component, Set<Style.Merge>) - Method in interface net.kyori.text.ComponentBuilder
-
Merges styling from another component into this component.
- mergeStyle(Component) - Method in interface net.kyori.text.ScopedComponent
-
- mergeStyle(Component, Style.Merge...) - Method in interface net.kyori.text.ScopedComponent
-
- mergeStyle(Component, Set<Style.Merge>) - Method in interface net.kyori.text.ScopedComponent
-
- MINECRAFT_NAMESPACE - Static variable in interface net.kyori.minecraft.Key
-
The namespace for Minecraft.
- 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(String) - Static method in interface net.kyori.minecraft.Key
-
Creates a key.
- of(String, char) - Static method in interface net.kyori.minecraft.Key
-
Creates a key.
- of(String, String) - Static method in interface net.kyori.minecraft.Key
-
Creates a key.
- 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(Style.Merge...) - Static method in enum net.kyori.text.format.Style.Merge
-
Creates a merge set.
- of(TextColor) - Static method in class net.kyori.text.format.Style
-
Creates a style with color.
- of(TextDecoration) - Static method in class net.kyori.text.format.Style
-
Creates a style with decoration.
- of(TextDecoration...) - Static method in class net.kyori.text.format.Style
-
Creates a style with decorations.
- of(TextColor, TextDecoration...) - Static method in class net.kyori.text.format.Style
-
Creates a style with color and decorations.
- of(TextColor, Set<TextDecoration>) - Static method in class net.kyori.text.format.Style
-
Creates a style with color and decorations.
- of(Consumer<Style.Builder>) - Static method in class net.kyori.text.format.Style
-
- 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, Key) - Static method in interface net.kyori.text.StorageNbtComponent
-
Creates a storage NBT component with a path and an storage ID.
- 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
-
Deprecated.
- ShadyPines - Class in net.kyori.text.util
-
Various utilities.
- 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.
- storage(Key) - Method in interface net.kyori.text.StorageNbtComponent.Builder
-
Sets the NBT storage.
- storage() - Method in interface net.kyori.text.StorageNbtComponent
-
Gets the NBT storage's ID.
- storage(Key) - Method in interface net.kyori.text.StorageNbtComponent
-
Sets the NBT storage.
- storageNbt() - Static method in interface net.kyori.text.ComponentBuilders
-
Creates an storage NBT component builder.
- StorageNbtComponent - Interface in net.kyori.text
-
An storage NBT component.
- StorageNbtComponent.Builder - Interface in net.kyori.text
-
A command storage NBT component builder.
- 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(Consumer<Style.Builder>) - Method in interface net.kyori.text.Component
-
Sets the style of this component.
- style(Consumer<Style.Builder>, Style.Merge.Strategy) - Method in interface net.kyori.text.Component
-
Sets the style of this component.
- style(Style.Builder) - 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(Consumer<Style.Builder>) - Method in interface net.kyori.text.ComponentBuilder
-
Configures the style.
- Style - Class in net.kyori.text.format
-
- style(Style) - Method in interface net.kyori.text.ScopedComponent
-
- style(Consumer<Style.Builder>) - Method in interface net.kyori.text.ScopedComponent
-
- style(Style.Builder) - Method in interface net.kyori.text.ScopedComponent
-
- Style.Builder - Class in net.kyori.text.format
-
A style builder.
- Style.Merge - Enum in net.kyori.text.format
-
A merge choice.
- Style.Merge.Strategy - Enum in net.kyori.text.format
-
A merge strategy.
- suggestCommand(String) - Static method in class net.kyori.text.event.ClickEvent
-
Creates a click event that suggests a command.
- value() - Method in interface net.kyori.minecraft.Key
-
Gets the value.
- value() - Method in interface net.kyori.text.BlockNbtComponent.WorldPos.Coordinate
-
Gets the value.
- 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 interface net.kyori.text.ScoreComponent.Builder
-
Sets the value.
- value() - Method in interface net.kyori.text.ScoreComponent
-
Gets the value.
- value(String) - Method in interface net.kyori.text.ScoreComponent
-
Sets the value.
- value(String) - Method in class net.kyori.text.util.NameMap
-
Gets a value by its name.
- valueOf(String) - Static method in enum net.kyori.text.BlockNbtComponent.WorldPos.Coordinate.Type
-
Returns the enum constant of this type with the specified name.
- 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.Style.Merge.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.kyori.text.format.Style.Merge
-
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.BlockNbtComponent.WorldPos.Coordinate.Type
-
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.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.Style.Merge.Strategy
-
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.Style.Merge
-
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.