Uses of Enum Class
za.co.wethinkcode.robots.server.rendering.ServerRenderer.Colour
Packages that use ServerRenderer.Colour
Package
Description
This module contains classes required for rendering the server UI
-
Uses of ServerRenderer.Colour in za.co.wethinkcode.robots.server.rendering
Methods in za.co.wethinkcode.robots.server.rendering that return ServerRenderer.ColourModifier and TypeMethodDescriptionstatic ServerRenderer.ColourReturns the enum constant of this class with the specified name.static ServerRenderer.Colour[]ServerRenderer.Colour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in za.co.wethinkcode.robots.server.rendering with parameters of type ServerRenderer.ColourModifier and TypeMethodDescriptionstatic voidServerRenderer.renderMessage(String message, ServerRenderer.Colour colour) Take in a message and render it in the given colour