| Package | Description |
|---|---|
| net.md_5.bungee.api.chat |
| Modifier and Type | Method and Description |
|---|---|
ComponentStyleBuilder |
ComponentStyleBuilder.bold(Boolean bold)
Set the style's bold property.
|
static ComponentStyleBuilder |
ComponentStyle.builder()
Get a new
ComponentStyleBuilder. |
static ComponentStyleBuilder |
ComponentStyle.builder(ComponentStyle other)
Get a new
ComponentStyleBuilder with values initialized to the
style values of the supplied ComponentStyle. |
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.
|
Copyright © 2012–2024 SpigotMC. All rights reserved.