DragAction

class DragAction(slot: Int, windowId: Int) : Action

Types

Link copied to clipboard
enum ClickType : Enum<DragAction.ClickType>
Link copied to clipboard
enum Stage : Enum<DragAction.Stage>

Functions

Link copied to clipboard
open override fun complete()
Link copied to clipboard
fun getClickType(): DragAction.ClickType
Link copied to clipboard
fun getStage(): DragAction.Stage
Link copied to clipboard
fun setClickString(clickType: String): DragAction

Sets the type of click. Possible values are: LEFT, RIGHT, MIDDLE

Link copied to clipboard
fun setClickType(clickType: DragAction.ClickType): DragAction

The type of click (REQUIRED)

Link copied to clipboard
fun setStage(stage: DragAction.Stage): DragAction

The stage of this drag (REQUIRED) BEGIN is when beginning the drag SLOT is for each slot being dragged into END is for ending the drag

Link copied to clipboard
fun setStageString(stage: String): DragAction

Sets the stage of this drag. Possible values are: BEGIN, SLOT, END stage

Sources

Link copied to clipboard