Class ItemHandListener

java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.divinity.manager.listener.object.ItemHandListener
All Implemented Interfaces:
org.bukkit.event.Listener, studio.magemonkey.codex.manager.AbstractListener

public class ItemHandListener extends studio.magemonkey.codex.manager.IListener<Divinity>
  • Field Summary

    Fields inherited from class studio.magemonkey.codex.manager.IListener

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHandClose(org.bukkit.event.inventory.InventoryCloseEvent e)
     
    void
    onHandDrag(org.bukkit.event.inventory.InventoryDragEvent e)
     
    void
    onHandHeld(org.bukkit.event.player.PlayerItemHeldEvent e)
     
    void
    onHandHoldOffClick(org.bukkit.event.inventory.InventoryClickEvent e)
     
    void
    onHandSwap(org.bukkit.event.player.PlayerSwapHandItemsEvent e)
     

    Methods inherited from class studio.magemonkey.codex.manager.IListener

    registerListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface studio.magemonkey.codex.manager.AbstractListener

    unregisterListeners
  • Constructor Details

    • ItemHandListener

      public ItemHandListener(@NotNull Divinity plugin)
  • Method Details

    • onHandHeld

      public void onHandHeld(org.bukkit.event.player.PlayerItemHeldEvent e)
    • onHandSwap

      public void onHandSwap(org.bukkit.event.player.PlayerSwapHandItemsEvent e)
    • onHandDrag

      public void onHandDrag(org.bukkit.event.inventory.InventoryDragEvent e)
    • onHandClose

      public void onHandClose(org.bukkit.event.inventory.InventoryCloseEvent e)
    • onHandHoldOffClick

      public void onHandHoldOffClick(org.bukkit.event.inventory.InventoryClickEvent e)