ClickAction

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

Types

Link copied to clipboard
enum ClickType : Enum<ClickAction.ClickType>

Functions

Link copied to clipboard
open override fun complete()
Link copied to clipboard
fun getClickType(): ClickAction.ClickType
Link copied to clipboard
fun getHoldingShift(): Boolean
Link copied to clipboard
fun getItemInHand(): Boolean
Link copied to clipboard
fun setClickString(clickType: String): ClickAction

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

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

The type of click (REQUIRED)

Link copied to clipboard
fun setHoldingShift(holdingShift: Boolean): ClickAction

Whether the click should act as if shift is being held (defaults to false)

Link copied to clipboard
fun setItemInHand(itemInHand: Boolean): ClickAction

Whether the click should act as if an item is being held (defaults to whether there actually is an item in the hand)

Sources

Link copied to clipboard