ComponentStyleBuilder |
ComponentStyleBuilder.bold(Boolean bold) |
Set the style's bold property.
|
static ComponentStyleBuilder |
ComponentStyle.builder() |
|
static ComponentStyleBuilder |
ComponentStyle.builder(ComponentStyle other) |
|
ComponentStyleBuilder |
ComponentStyleBuilder.color(ChatColor color) |
Set the style color.
|
ComponentStyleBuilder |
ComponentStyleBuilder.font(String font) |
Set the style font.
|
ComponentStyleBuilder |
ComponentStyleBuilder.italic(Boolean italic) |
Set the style's italic property.
|
ComponentStyleBuilder |
ComponentStyleBuilder.obfuscated(Boolean obfuscated) |
Set the style's obfuscated property.
|
ComponentStyleBuilder |
ComponentStyleBuilder.strikethrough(Boolean strikethrough) |
Set the style's strikethrough property.
|
ComponentStyleBuilder |
ComponentStyleBuilder.underlined(Boolean underlined) |
Set the style's underlined property.
|