Class BukkitDragEvent
java.lang.Object
me.hsgamer.hscore.bukkit.gui.event.BukkitInventoryEvent<org.bukkit.event.inventory.InventoryDragEvent>
me.hsgamer.hscore.bukkit.gui.event.BukkitDragEvent
- All Implemented Interfaces:
BukkitCancellableEvent
,CancellableEvent
,ViewerEvent
public class BukkitDragEvent
extends BukkitInventoryEvent<org.bukkit.event.inventory.InventoryDragEvent>
implements BukkitCancellableEvent
The Drag event
-
Field Summary
Fields inherited from class me.hsgamer.hscore.bukkit.gui.event.BukkitInventoryEvent
event
-
Constructor Summary
ConstructorDescriptionBukkitDragEvent
(org.bukkit.event.inventory.InventoryDragEvent event) Create a new event -
Method Summary
Methods inherited from class me.hsgamer.hscore.bukkit.gui.event.BukkitInventoryEvent
getEvent, getViewerID
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.hscore.bukkit.gui.event.BukkitCancellableEvent
getEvent, isCancelled, setCancelled
-
Constructor Details
-
BukkitDragEvent
public BukkitDragEvent(org.bukkit.event.inventory.InventoryDragEvent event) Create a new event- Parameters:
event
- the Bukkit event
-