Skip to content

Latest commit

 

History

History
110 lines (110 loc) · 5.2 KB

cn.nukkit.event.inventory.InventoryClickEvent.md

File metadata and controls

110 lines (110 loc) · 5.2 KB
  • 成员变量一览

    • 继承自类 cn.nukkit.event.inventory.InventoryEvent

      inventory
    • 继承自类 cn.nukkit.event.Event

      eventName
  • 构造函数一览

    构造函数 
    构造函数描述
    InventoryClickEvent(Player who, Inventory inventory, int slot, Item sourceItem, Item heldItem) 
  • 成员函数一览

    All Methods Static Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    static HandlerList getHandlers() 
    Item getHeldItem() 
    Player getPlayer() 
    int getSlot() 
    Item getSourceItem() 
    • 继承自类 cn.nukkit.event.inventory.InventoryEvent

      getInventory, getViewers
    • 继承自类 cn.nukkit.event.Event

      getEventName, isCancelled, setCancelled, setCancelled
    • 继承自类 java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 继承自接口 cn.nukkit.event.Cancellable

      isCancelled, setCancelled, setCancelled