Package | Description |
---|---|
org.kitteh.irc.client.library.util |
Utilities!
|
Modifier and Type | Method and Description |
---|---|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static @NonNull String |
StringUtil.makeRainbow(@NonNull String message,
@NonNull Format[] colorOrder)
Turns a message into a rainbow.
|
@NonNull String |
Format.withBackground(@NonNull Format background)
Gets a String for displaying this color with a given background color.
|
Copyright © 2013–2021 Kitteh. All rights reserved.