Uses of Enum
net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Uses of ComponentBuilder.FormatRetention in net.md_5.bungee.api.chat
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ComponentBuilder.FormatRetention[]
ComponentBuilder.FormatRetention.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionComponentBuilder.append
(String text, ComponentBuilder.FormatRetention retention) Appends the text to the builder and makes it the current target for formatting.ComponentBuilder.append
(BaseComponent[] components, ComponentBuilder.FormatRetention retention) Appends the components to the builder and makes the last element the current target for formatting.ComponentBuilder.append
(BaseComponent component, ComponentBuilder.FormatRetention retention) Appends a component to the builder and makes it the current target for formatting.ComponentBuilder.append
(ComponentBuilder.Joiner joiner, ComponentBuilder.FormatRetention retention) Allows joining additional components to this builder using the givenComponentBuilder.Joiner
.ComponentBuilder.append
(TranslationProvider translatable, ComponentBuilder.FormatRetention retention) Appends theTranslationProvider
object to the builder and makes the last element the current target for formatting.void
BaseComponent.copyFormatting
(BaseComponent component, ComponentBuilder.FormatRetention retention, boolean replace) Copies the specified formatting of a BaseComponent.ComponentBuilder.Joiner.join
(ComponentBuilder componentBuilder, ComponentBuilder.FormatRetention retention) Joins additional components to the providedComponentBuilder
and then returns it to fulfill a chain pattern.void
BaseComponent.retain
(ComponentBuilder.FormatRetention retention) Retains only the specified formatting.ComponentBuilder.retain
(ComponentBuilder.FormatRetention retention) Retains only the specified formatting.