WhenComponent
class WhenComponent(val condition: Supplier<out Boolean>, val ifTrue: Supplier<out GuiComponent>, val ifFalse: Supplier<out GuiComponent>) : IndirectComponent(source)
Constructors
Link copied to clipboard
constructor(condition: Supplier<out Boolean>, ifTrue: Supplier<out GuiComponent>, ifFalse: Supplier<out GuiComponent>)