Uses of Enum Class
za.co.wethinkcode.robots.rendering.Ansi_Styling
Packages that use Ansi_Styling
Package
Description
This module contains classes required for rendering the server UI
-
Uses of Ansi_Styling in za.co.wethinkcode.robots.rendering
Methods in za.co.wethinkcode.robots.rendering that return Ansi_StylingModifier and TypeMethodDescriptionstatic Ansi_StylingReturns the enum constant of this class with the specified name.static Ansi_Styling[]Ansi_Styling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in za.co.wethinkcode.robots.rendering with parameters of type Ansi_StylingModifier and TypeMethodDescriptionstatic voidTextRenderer.renderMessage(String message, Ansi_Styling colour) Take in a message and render it in the given colourstatic voidClientTextRenderer.stylishInfo(String message, String symbol, Object configurable, Ansi_Styling configurableStyle) The complete implementation that overloads call.