inventory_drag — Events

on inventory_dragorg.bukkit.event.inventory.InventoryDragEvent
Inventory1.0.0

Description

Fires when a player drags items across slots in an inventory.

Variables

player
Player
org.bukkit.entity.Player
NullableYes

The player who dragged items, or null if the dragger is not a player (unlikely)

inventory
Inventory
org.bukkit.inventory.Inventory
NullableNo

The top inventory being viewed

name
String
java.lang.String
NullableYes

The Lumen inventory name, or null if not a Lumen inventory

title
String
java.lang.String
NullableNo

The display title of the inventory

Examples

on inventory_drag:

Related (Inventory)