MultilineText

interface MultilineText

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Line(val text: OrderedText, val width: Int)

Properties

Link copied to clipboard
abstract val maxWidth: Int

Functions

Link copied to clipboard
abstract fun count(): Int
Link copied to clipboard
abstract fun draw(context: DrawContext, x: Int, y: Int, lineHeight: Int, color: Int): Int
Link copied to clipboard
abstract fun drawWithShadow(context: DrawContext, x: Int, y: Int, lineHeight: Int, color: Int)
Link copied to clipboard
abstract fun getStyleAt(client: MinecraftClient, line: Int, width: Double): Style?