Uses of Class
net.md_5.bungee.api.chat.ComponentStyle
Packages that use ComponentStyle
-
Uses of ComponentStyle in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ComponentStyleModifier and TypeMethodDescriptionComponentStyleBuilder.build()Build theComponentStyleusing the values set in this builder.ComponentStyle.clone()BaseComponent.getStyle()The component's style.Methods in net.md_5.bungee.api.chat with parameters of type ComponentStyleModifier and TypeMethodDescriptionvoidBaseComponent.applyStyle(ComponentStyle style) Apply the style from the givenComponentStyleto this component.static ComponentStyleBuilderComponentStyle.builder(ComponentStyle other) Get a newComponentStyleBuilderwith values initialized to the style values of the suppliedComponentStyle.voidBaseComponent.setStyle(ComponentStyle style) Set theComponentStylefor this component.ComponentBuilder.style(ComponentStyle style) Applies the providedComponentStyleto the current part.