类的使用
net.md_5.bungee.api.chat.ComponentStyleBuilder
使用ComponentStyleBuilder的程序包
-
net.md_5.bungee.api.chat中ComponentStyleBuilder的使用
修饰符和类型方法说明Set 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.shadowColor
(Color shadowColor) Set the style shadow color.ComponentStyleBuilder.strikethrough
(Boolean strikethrough) Set the style's strikethrough property.ComponentStyleBuilder.underlined
(Boolean underlined) Set the style's underlined property.