Renderer

object Renderer

Properties

Link copied to clipboard
var graphics: GuiGraphicsExtractor?

Functions

Link copied to clipboard
fun color(r: Int, g: Int, b: Int): Int
fun color(r: Int, g: Int, b: Int, a: Int): Int
Link copied to clipboard
fun drawLine(color: Int, x1: Int, y1: Int, x2: Int, y2: Int, width: Int)
Link copied to clipboard
fun drawRect(color: Int, x: Int, y: Int, width: Int, height: Int)
Link copied to clipboard
fun drawString(text: String, x: Int, y: Int, color: Int)
Link copied to clipboard
fun drawStringWithShadow(text: String, x: Int, y: Int, color: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard