Class BukkitClickEvent
java.lang.Object
me.hsgamer.hscore.bukkit.gui.common.event.BukkitInventoryEvent<org.bukkit.event.inventory.InventoryClickEvent>
me.hsgamer.hscore.bukkit.gui.common.event.BukkitClickEvent
- All Implemented Interfaces:
BukkitCancellableEvent
,CancellableEvent
,ClickEvent
,ViewerEvent
public class BukkitClickEvent
extends BukkitInventoryEvent<org.bukkit.event.inventory.InventoryClickEvent>
implements BukkitCancellableEvent, ClickEvent
The Bukkit implementation of
ClickEvent
-
Field Summary
Fields inherited from class me.hsgamer.hscore.bukkit.gui.common.event.BukkitInventoryEvent
event
-
Constructor Summary
ConstructorsConstructorDescriptionBukkitClickEvent
(org.bukkit.event.inventory.InventoryClickEvent event) Create a new event -
Method Summary
Methods inherited from class me.hsgamer.hscore.bukkit.gui.common.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.common.event.BukkitCancellableEvent
getEvent, isCancelled, setCancelled
Methods inherited from interface me.hsgamer.hscore.minecraft.gui.common.event.ViewerEvent
getViewerID
-
Constructor Details
-
BukkitClickEvent
public BukkitClickEvent(org.bukkit.event.inventory.InventoryClickEvent event) Create a new event- Parameters:
event
- the Bukkit event
-
-
Method Details
-
getSlot
public int getSlot()Description copied from interface:ClickEvent
Get the slot- Specified by:
getSlot
in interfaceClickEvent
- Returns:
- the slot
-