Inventory Action
An estimation of what the result will be.
Entries
All of the items on the clicked slot are moved to the cursor.
Some of the items on the clicked slot are moved to the cursor.
Half of the items on the clicked slot are moved to the cursor.
One of the items on the clicked slot are moved to the cursor.
Some of the items from the cursor are moved to the clicked slot (usually up to the max stack size).
The clicked item and the cursor are exchanged.
The entire cursor item is dropped.
One item is dropped from the cursor.
The entire clicked slot is dropped.
One item is dropped from the clicked slot.
The item is moved to the opposite inventory if getClassById space is found.
The clicked item is moved to the hotbar, and the item currently there is re-added to the player's inventory.
The clicked slot and the picked hotbar slot are swapped.
A max-size stack of the clicked item is put on the cursor.
The inventory is searched for the same material, and they are put on the cursor up to getMaxStackSize.
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.