UIComponent

interface UIComponent(source)

An interface for tree-based components

Inheritors

Functions

Link copied to clipboard
abstract fun handleClick(click: UIClickData)
Link copied to clipboard
open fun render(inv: Inventory, ui: MacrocosmUI)
Link copied to clipboard
abstract fun wasClicked(slot: Int, dim: UIDimensions): Boolean