Element
abstract class Element<S : Setting<*>>(val parent: ModuleButton, val setting: S, val type: ElementType)
Parent class to the settings elements in the click gui.
Author
Aton
Constructors
Types
Functions
Link copied to clipboard
Sets up the rendering of the element and dispatches rendering of the individual implementations.
Link copied to clipboard
Handles mouse clicks on the Element. To be overridden in the implementations.
Link copied to clipboard