EditorComponentWrapper

@NullMarked
open inner class EditorComponentWrapper : PanelComponent(source)

Constructors

Link copied to clipboard
constructor(component: GuiComponent)
constructor(component: GuiComponent, @Nullable bottomComponent: @Nullable GuiComponent)

Properties

Link copied to clipboard
@Nullable
val bottomComponent: @Nullable GuiComponent

Functions

Link copied to clipboard
open fun getHeight(): Int
Get the requested y size for this element.
Link copied to clipboard
open fun getTopHeight(): Int
Link copied to clipboard
open fun getWidth(): Int
Get the requested x size for this element.
Link copied to clipboard
Called by the parent renderer.
Link copied to clipboard
open fun mouseEvent(mouseEvent: MouseEvent, context: GuiImmediateContext): Boolean
Called by the parent renderer.
Link copied to clipboard
open fun render(context: GuiImmediateContext)
Called by the parent renderer.