ConsoleCommands / org.lazywizard.console.ui / UIElement

UIElement

interface UIElement

Functions

advance

abstract fun advance(amount: Float): Unit

render

abstract fun render(): Unit

Inheritors

ScrollableTextArea

class ScrollableTextArea : UIElement