Class MockInventoryClickEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.InventoryInteractEvent
org.bukkit.event.inventory.InventoryClickEvent
me.eddie.inventoryguiapi.util.MockInventoryClickEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class MockInventoryClickEvent extends org.bukkit.event.inventory.InventoryClickEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Field Summary

    Fields inherited from class org.bukkit.event.inventory.InventoryEvent

    transaction
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.bukkit.event.inventory.InventoryClickEvent

    getAction, getClick, getClickedInventory, getCurrentItem, getCursor, getHandlerList, getHandlers, getHotbarButton, getRawSlot, getSlot, getSlotType, isLeftClick, isRightClick, isShiftClick, setCurrentItem, setCursor

    Methods inherited from class org.bukkit.event.inventory.InventoryInteractEvent

    getResult, getWhoClicked, isCancelled, setCancelled, setResult

    Methods inherited from class org.bukkit.event.inventory.InventoryEvent

    getInventory, getView, getViewers

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MockInventoryClickEvent

      public MockInventoryClickEvent(int slot)