Uses of Class
net.md_5.bungee.api.chat.ComponentStyleBuilder
Packages that use ComponentStyleBuilder
-
Uses of ComponentStyleBuilder in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ComponentStyleBuilderModifier and TypeMethodDescriptionSet the style's bold property.static ComponentStyleBuilder
ComponentStyle.builder()
Get a newComponentStyleBuilder
.static ComponentStyleBuilder
ComponentStyle.builder
(ComponentStyle other) Get a newComponentStyleBuilder
with values initialized to the style values of the suppliedComponentStyle
.Set the style color.Set the style font.Set the style's italic property.ComponentStyleBuilder.obfuscated
(Boolean obfuscated) Set the style's obfuscated property.ComponentStyleBuilder.strikethrough
(Boolean strikethrough) Set the style's strikethrough property.ComponentStyleBuilder.underlined
(Boolean underlined) Set the style's underlined property.