Uses of Enum Class
net.kyori.adventure.text.format.Style.Merge
Packages that use Style.Merge
Package
Description
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of Style.Merge in net.kyori.adventure.text
Methods in net.kyori.adventure.text with parameters of type Style.MergeModifier and TypeMethodDescriptiondefault ComponentComponent.mergeStyle(Component that, Style.Merge... merges) Merges from another style into this component's style.default BComponentBuilder.mergeStyle(Component that, Style.Merge... merges) Merges styling from another component into this component.default CScopedComponent.mergeStyle(Component that, Style.Merge... merges) Method parameters in net.kyori.adventure.text with type arguments of type Style.MergeModifier and TypeMethodDescriptiondefault ComponentComponent.mergeStyle(Component that, Set<Style.Merge> merges) Merges from another style into this component's style.ComponentBuilder.mergeStyle(Component that, Set<Style.Merge> merges) Merges styling from another component into this component.default CScopedComponent.mergeStyle(Component that, Set<Style.Merge> merges) -
Uses of Style.Merge in net.kyori.adventure.text.format
Methods in net.kyori.adventure.text.format that return Style.MergeModifier and TypeMethodDescriptionstatic Style.MergeReturns the enum constant of this class with the specified name.static Style.Merge[]Style.Merge.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.text.format that return types with arguments of type Style.MergeModifier and TypeMethodDescriptionstatic @Unmodifiable Set<Style.Merge> Style.Merge.all()Gets a merge set of all merge types.static @Unmodifiable Set<Style.Merge> Style.Merge.colorAndDecorations()Gets a merge set containingCOLORandDECORATIONS.static @Unmodifiable Set<Style.Merge> Style.Merge.merges(Style.Merge... merges) Creates a merge set.Methods in net.kyori.adventure.text.format with parameters of type Style.MergeModifier and TypeMethodDescriptiondefault Style.BuilderStyle.Builder.merge(Style that, Style.Merge... merges) Merges from another style into this style.default Style.BuilderStyle.Builder.merge(Style that, Style.Merge.Strategy strategy, Style.Merge... merges) Merges from another style into this style.default StyleStyle.merge(Style that, Style.Merge merge) Merges from another style into this style.default StyleStyle.merge(Style that, Style.Merge... merges) Merges from another style into this style.default StyleStyle.merge(Style that, Style.Merge.Strategy strategy, Style.Merge merge) Merges from another style into this style.default StyleStyle.merge(Style that, Style.Merge.Strategy strategy, Style.Merge... merges) Merges from another style into this style.static @Unmodifiable Set<Style.Merge> Style.Merge.merges(Style.Merge... merges) Creates a merge set.Method parameters in net.kyori.adventure.text.format with type arguments of type Style.MergeModifier and TypeMethodDescriptiondefault Style.BuilderStyle.Builder.merge(Style that, Set<Style.Merge> merges) Merges from another style into this style.Style.Builder.merge(Style that, Style.Merge.Strategy strategy, Set<Style.Merge> merges) Merges from another style into this style.default StyleStyle.merge(Style that, Set<Style.Merge> merges) Merges from another style into this style.Style.merge(Style that, Style.Merge.Strategy strategy, Set<Style.Merge> merges) Merges from another style into this style.