Uses of Enum Class
net.kyori.adventure.text.format.Style.Merge.Strategy
Packages that use Style.Merge.Strategy
Package
Description
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of Style.Merge.Strategy in net.kyori.adventure.text
Methods in net.kyori.adventure.text with parameters of type Style.Merge.StrategyModifier and TypeMethodDescriptiondefault ComponentComponent.style(Consumer<Style.Builder> consumer, Style.Merge.Strategy strategy) Sets the style of this component.default CScopedComponent.style(Consumer<Style.Builder> consumer, Style.Merge.Strategy strategy) -
Uses of Style.Merge.Strategy in net.kyori.adventure.text.format
Methods in net.kyori.adventure.text.format that return Style.Merge.StrategyModifier and TypeMethodDescriptionstatic Style.Merge.StrategyReturns the enum constant of this class with the specified name.static Style.Merge.Strategy[]Style.Merge.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.text.format with parameters of type Style.Merge.StrategyModifier and TypeMethodDescriptiondefault StyleStyle.edit(Consumer<Style.Builder> consumer, Style.Merge.Strategy strategy) Edits this style.default Style.BuilderStyle.Builder.merge(Style that, Style.Merge.Strategy strategy) 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 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.Strategy strategy) 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.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.