Uses of Class
io.inugami.api.tools.ConsoleColors.State
-
Packages that use ConsoleColors.State Package Description io.inugami.api.tools -
-
Uses of ConsoleColors.State in io.inugami.api.tools
Methods in io.inugami.api.tools that return ConsoleColors.State Modifier and Type Method Description static ConsoleColors.StateConsoleColors.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsoleColors.State[]ConsoleColors.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.inugami.api.tools with parameters of type ConsoleColors.State Modifier and Type Method Description static StringConsoleColors. renderState(ConsoleColors.State state)static StringConsoleColors. renderState(ConsoleColors.State state, String message)
-