enum

Rosegold::ClickOperation

Inherits Enum / Comparable / Value / Object

Constants

LeftClick = 0

PICKUP (mode 0)

RightClick = 1
ShiftClick = 2

QUICK_MOVE (mode 1)

SwapHotbar1 = 3

SWAP (mode 2)

SwapHotbar2 = 4
SwapHotbar3 = 5
SwapHotbar4 = 6
SwapHotbar5 = 7
SwapHotbar6 = 8
SwapHotbar7 = 9
SwapHotbar8 = 10
SwapHotbar9 = 11
SwapOffhand = 12
MiddleClick = 13

CLONE (mode 3)

Drop = 14

THROW (mode 4)

DropStack = 15
DoubleClick = 16

PICKUP_ALL (mode 6)

Constructors

swap_hotbar(slot : Int32) : ClickOperation
Source

Instance methods

double_click?

Returns true if this enum value equals DoubleClick

Source
drop?

Returns true if this enum value equals Drop

Source
drop_stack?

Returns true if this enum value equals DropStack

Source
left_click?

Returns true if this enum value equals LeftClick

Source
middle_click?

Returns true if this enum value equals MiddleClick

Source
right_click?

Returns true if this enum value equals RightClick

Source
shift_click?

Returns true if this enum value equals ShiftClick

Source
swap_hotbar1?

Returns true if this enum value equals SwapHotbar1

Source
swap_hotbar2?

Returns true if this enum value equals SwapHotbar2

Source
swap_hotbar3?

Returns true if this enum value equals SwapHotbar3

Source
swap_hotbar4?

Returns true if this enum value equals SwapHotbar4

Source
swap_hotbar5?

Returns true if this enum value equals SwapHotbar5

Source
swap_hotbar6?

Returns true if this enum value equals SwapHotbar6

Source
swap_hotbar7?

Returns true if this enum value equals SwapHotbar7

Source
swap_hotbar8?

Returns true if this enum value equals SwapHotbar8

Source
swap_hotbar9?

Returns true if this enum value equals SwapHotbar9

Source
swap_offhand?

Returns true if this enum value equals SwapOffhand

Source
to_mode_and_button
Source