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.editors
/
ComponentEditor
/
EditorComponentWrapper
Editor
Component
Wrapper
@
NullMarked
open
inner
class
EditorComponentWrapper
:
PanelComponent
(
source
)
Members
Constructors
Editor
Component
Wrapper
Link copied to clipboard
constructor
(
component
:
GuiComponent
)
constructor
(
component
:
GuiComponent
,
@
Nullable
bottomComponent
:
@
Nullable
GuiComponent
)
Properties
bottom
Component
Link copied to clipboard
@
Nullable
val
bottomComponent
:
@
Nullable
GuiComponent
Functions
get
Height
Link copied to clipboard
open
fun
getHeight
(
)
:
Int
Get the requested y size for this element.
get
Top
Height
Link copied to clipboard
open
fun
getTopHeight
(
)
:
Int
get
Width
Link copied to clipboard
open
fun
getWidth
(
)
:
Int
Get the requested x size for this element.
keyboard
Event
Link copied to clipboard
open
fun
keyboardEvent
(
event
:
KeyboardEvent
,
context
:
GuiImmediateContext
)
:
Boolean
Called by the parent renderer.
mouse
Event
Link copied to clipboard
open
fun
mouseEvent
(
mouseEvent
:
MouseEvent
,
context
:
GuiImmediateContext
)
:
Boolean
Called by the parent renderer.
render
Link copied to clipboard
open
fun
render
(
context
:
GuiImmediateContext
)
Called by the parent renderer.