java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.inventory.InventoryEvent
org.cloudburstmc.api.event.inventory.InventoryClickEvent
- All Implemented Interfaces:
Cancellable
author: boybook
Nukkit Project
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.inventory.InventoryEvent
inventory -
Constructor Summary
ConstructorsConstructorDescriptionInventoryClickEvent(Player who, Inventory inventory, int slot, ItemStack sourceItem, ItemStack heldItem) -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.inventory.InventoryEvent
getInventory, getViewersMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
InventoryClickEvent
-
-
Method Details
-
getSlot
public int getSlot() -
getSourceItem
-
getHeldItem
-
getPlayer
-