MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.gui
/
GuiElement
Gui
Element
abstract
class
GuiElement
(
source
)
Can be adapted as a
GuiComponent
using
GuiElementComponent
Inheritors
MoulConfigEditor
Members
Constructors
Gui
Element
Link copied to clipboard
constructor
(
)
Functions
keyboard
Input
Link copied to clipboard
abstract
fun
keyboardInput
(
event
:
KeyboardEvent
)
:
Boolean
mouse
Input
Link copied to clipboard
abstract
fun
mouseInput
(
mouseX
:
Int
,
mouseY
:
Int
,
event
:
MouseEvent
)
:
Boolean
render
Link copied to clipboard
abstract
fun
render
(
)