GuiActionType

Entries

Link copied to clipboard

A normal slot click.

Link copied to clipboard

A double slot click (to pick up all items of a stack).

Link copied to clipboard

Inserting items into an inventory.

Link copied to clipboard

Moving items from one inventory to another using shift.

Link copied to clipboard

Moving items from one inventory to another using a hotkey (e.g. 0 - 9).

Link copied to clipboard

Cloning an ItemStack by middle clicking it.

Link copied to clipboard

Throw away a whole ItemStack (e.g. using CTRL + Q).

Link copied to clipboard

Throw away one item of an ItemStack (e.g. using Q).

Link copied to clipboard

Using a dragging feature.

Link copied to clipboard

Start using a dragging feature.

Link copied to clipboard

Finish using a dragging feature.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.