GuiOptionEditorDraggableList

Constructors

Link copied to clipboard
constructor(option: ProcessedOption, exampleText: Array<String>, enableDeleting: Boolean)
constructor(option: ProcessedOption, exampleText: Array<String>, enableDeleting: Boolean, requireNonEmpty: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun fulfillsSearch(word: String): Boolean
Link copied to clipboard
open fun getHeight(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mouseInput(x: Int, y: Int, width: Int, mouseX: Int, mouseY: Int): Boolean
open fun mouseInput(x: Int, y: Int, width: Int, mouseX: Int, mouseY: Int, mouseEvent: MouseEvent): Boolean
Link copied to clipboard
open fun mouseInputOverlay(x: Int, y: Int, width: Int, mouseX: Int, mouseY: Int, mouseEvent: MouseEvent): Boolean
Link copied to clipboard
open fun render(renderContext: RenderContext, x: Int, y: Int, width: Int)
Link copied to clipboard
open fun renderOverlay(x: Int, y: Int, width: Int)
Link copied to clipboard
open fun setGuiContext(guiContext: GuiContext)