public interface ITextStyle
| Modifier and Type | Method and Description |
|---|---|
int |
getColor() |
default boolean |
isBold() |
default boolean |
isItalic() |
default boolean |
isObfuscated() |
default boolean |
isShadow() |
default boolean |
isStrikethrough() |
default boolean |
isUnderlined() |
default boolean |
isUnicode() |
int getColor()
default boolean isBold()
default boolean isObfuscated()
default boolean isStrikethrough()
default boolean isUnderlined()
default boolean isItalic()
default boolean isShadow()
default boolean isUnicode()