Uses of Enum
net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
Packages that use ComponentBuilder.FormatRetention
-
Uses of ComponentBuilder.FormatRetention in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ComponentBuilder.FormatRetentionModifier 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.Methods in net.md_5.bungee.api.chat with parameters of type ComponentBuilder.FormatRetentionModifier 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.voidBaseComponent.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 providedComponentBuilderand then returns it to fulfill a chain pattern.voidBaseComponent.retain(ComponentBuilder.FormatRetention retention) Retains only the specified formatting.ComponentBuilder.retain(ComponentBuilder.FormatRetention retention) Retains only the specified formatting.