| Package | Description |
|---|---|
| com.frostdeveloper.api | |
| com.frostdeveloper.api.utility |
| Modifier and Type | Method and Description |
|---|---|
String |
FrostAPI.format(ConsoleColor color,
String input,
Object... param)
A method used to format our console colors into the specified input, this method includes
the ability to add parameters by default.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsoleColor |
ConsoleColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleColor[] |
ConsoleColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
ConsoleColor.add(ConsoleColor color,
String input)
A method used to add a color to a console message, this method will always automatically include
a reset at the end of the string.
|
Copyright © 2022. All rights reserved.