PaintItem

interface PaintItem

Functions

draw
Link copied to clipboard
abstract fun draw(graphics: Graphics, x: Int, y: Int)
height
Link copied to clipboard
abstract fun height(graphics: Graphics): Float
textSize
Link copied to clipboard
open fun textSize(): Float?
width
Link copied to clipboard
abstract fun width(graphics: Graphics): Float

Properties

align
Link copied to clipboard
abstract var align: Boolean

Inheritors

TextPaintItem
Link copied to clipboard
SkillPaintItem
Link copied to clipboard
InventoryItemPaintItem
Link copied to clipboard
GameMessagePaintItem
Link copied to clipboard