CollapsibleComponent
class CollapsibleComponent(val title: Supplier<GuiComponent>, val body: Supplier<GuiComponent>, val collapsedState: GetSetter<Boolean> = GetSetter.floating(
true
)) : GuiComponent(source)
Constructors
Link copied to clipboard
constructor(title: Supplier<GuiComponent>, body: Supplier<GuiComponent>, collapsedState: GetSetter<Boolean> = GetSetter.floating(
true
))
Functions
Link copied to clipboard
Called by the parent renderer.
Link copied to clipboard
Called by the parent renderer.
Link copied to clipboard
Called by the parent renderer. The GL matrix stack is pre-transformed, so rendering can begin at (0, 0) and should not render beyond what the context says is available.