Package io.inugami.api.tools
Class ConsoleColors
- java.lang.Object
-
- io.inugami.api.tools.ConsoleColors
-
public final class ConsoleColors extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConsoleColors.State
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConsoleColors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateLine(String deco, int size)static StringrenderState(ConsoleColors.State state)static StringrenderState(ConsoleColors.State state, String message)
-
-
-
Field Detail
-
RESET
public static final String RESET
- See Also:
- Constant Field Values
-
CLEAR_ALL
public static final String CLEAR_ALL
- See Also:
- Constant Field Values
-
BLACK
public static final String BLACK
- See Also:
- Constant Field Values
-
RED
public static final String RED
- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
- See Also:
- Constant Field Values
-
YELLOW
public static final String YELLOW
- See Also:
- Constant Field Values
-
BLUE
public static final String BLUE
- See Also:
- Constant Field Values
-
PURPLE
public static final String PURPLE
- See Also:
- Constant Field Values
-
CYAN
public static final String CYAN
- See Also:
- Constant Field Values
-
WHITE
public static final String WHITE
- See Also:
- Constant Field Values
-
BLACK_BOLD
public static final String BLACK_BOLD
- See Also:
- Constant Field Values
-
RED_BOLD
public static final String RED_BOLD
- See Also:
- Constant Field Values
-
GREEN_BOLD
public static final String GREEN_BOLD
- See Also:
- Constant Field Values
-
YELLOW_BOLD
public static final String YELLOW_BOLD
- See Also:
- Constant Field Values
-
BLUE_BOLD
public static final String BLUE_BOLD
- See Also:
- Constant Field Values
-
PURPLE_BOLD
public static final String PURPLE_BOLD
- See Also:
- Constant Field Values
-
CYAN_BOLD
public static final String CYAN_BOLD
- See Also:
- Constant Field Values
-
WHITE_BOLD
public static final String WHITE_BOLD
- See Also:
- Constant Field Values
-
BLACK_UNDERLINED
public static final String BLACK_UNDERLINED
- See Also:
- Constant Field Values
-
RED_UNDERLINED
public static final String RED_UNDERLINED
- See Also:
- Constant Field Values
-
GREEN_UNDERLINED
public static final String GREEN_UNDERLINED
- See Also:
- Constant Field Values
-
YELLOW_UNDERLINED
public static final String YELLOW_UNDERLINED
- See Also:
- Constant Field Values
-
BLUE_UNDERLINED
public static final String BLUE_UNDERLINED
- See Also:
- Constant Field Values
-
PURPLE_UNDERLINED
public static final String PURPLE_UNDERLINED
- See Also:
- Constant Field Values
-
CYAN_UNDERLINED
public static final String CYAN_UNDERLINED
- See Also:
- Constant Field Values
-
WHITE_UNDERLINED
public static final String WHITE_UNDERLINED
- See Also:
- Constant Field Values
-
BLACK_BACKGROUND
public static final String BLACK_BACKGROUND
- See Also:
- Constant Field Values
-
RED_BACKGROUND
public static final String RED_BACKGROUND
- See Also:
- Constant Field Values
-
GREEN_BACKGROUND
public static final String GREEN_BACKGROUND
- See Also:
- Constant Field Values
-
YELLOW_BACKGROUND
public static final String YELLOW_BACKGROUND
- See Also:
- Constant Field Values
-
BLUE_BACKGROUND
public static final String BLUE_BACKGROUND
- See Also:
- Constant Field Values
-
PURPLE_BACKGROUND
public static final String PURPLE_BACKGROUND
- See Also:
- Constant Field Values
-
CYAN_BACKGROUND
public static final String CYAN_BACKGROUND
- See Also:
- Constant Field Values
-
WHITE_BACKGROUND
public static final String WHITE_BACKGROUND
- See Also:
- Constant Field Values
-
BLACK_BRIGHT
public static final String BLACK_BRIGHT
- See Also:
- Constant Field Values
-
RED_BRIGHT
public static final String RED_BRIGHT
- See Also:
- Constant Field Values
-
GREEN_BRIGHT
public static final String GREEN_BRIGHT
- See Also:
- Constant Field Values
-
YELLOW_BRIGHT
public static final String YELLOW_BRIGHT
- See Also:
- Constant Field Values
-
BLUE_BRIGHT
public static final String BLUE_BRIGHT
- See Also:
- Constant Field Values
-
PURPLE_BRIGHT
public static final String PURPLE_BRIGHT
- See Also:
- Constant Field Values
-
CYAN_BRIGHT
public static final String CYAN_BRIGHT
- See Also:
- Constant Field Values
-
WHITE_BRIGHT
public static final String WHITE_BRIGHT
- See Also:
- Constant Field Values
-
BLACK_BOLD_BRIGHT
public static final String BLACK_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
RED_BOLD_BRIGHT
public static final String RED_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
GREEN_BOLD_BRIGHT
public static final String GREEN_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
YELLOW_BOLD_BRIGHT
public static final String YELLOW_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
BLUE_BOLD_BRIGHT
public static final String BLUE_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
PURPLE_BOLD_BRIGHT
public static final String PURPLE_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
CYAN_BOLD_BRIGHT
public static final String CYAN_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
WHITE_BOLD_BRIGHT
public static final String WHITE_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
BLACK_BACKGROUND_BRIGHT
public static final String BLACK_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
RED_BACKGROUND_BRIGHT
public static final String RED_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
GREEN_BACKGROUND_BRIGHT
public static final String GREEN_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
YELLOW_BACKGROUND_BRIGHT
public static final String YELLOW_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
BLUE_BACKGROUND_BRIGHT
public static final String BLUE_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
PURPLE_BACKGROUND_BRIGHT
public static final String PURPLE_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
CYAN_BACKGROUND_BRIGHT
public static final String CYAN_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
WHITE_BACKGROUND_BRIGHT
public static final String WHITE_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
renderState
public static String renderState(ConsoleColors.State state)
-
renderState
public static String renderState(ConsoleColors.State state, String message)
-
-