Uses of Class
net.md_5.bungee.api.chat.ComponentStyle
-
Packages that use ComponentStyle Package Description net.md_5.bungee.api.chat -
-
Uses of ComponentStyle in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ComponentStyle Modifier and Type Method Description ComponentStyleComponentStyleBuilder. build()Build theComponentStyleusing the values set in this builder.ComponentStyleComponentStyle. clone()ComponentStyleBaseComponent. getStyle()The component's style.Methods in net.md_5.bungee.api.chat with parameters of type ComponentStyle Modifier and Type Method Description voidBaseComponent. 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.ComponentBuilderComponentBuilder. style(ComponentStyle style)Applies the providedComponentStyleto the current part.
-