Class InventoryListener

java.lang.Object
studio.magemonkey.genesis.listeners.InventoryListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class InventoryListener extends Object implements org.bukkit.event.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    closeShop(org.bukkit.event.inventory.InventoryCloseEvent e)
     
    void
    drag(org.bukkit.event.inventory.InventoryDragEvent event)
     
    void
    init(int clickDelay, int clickspamDelay, int clickspamWarnings, int clickSpamForgetTime)
     
    void
    kick(org.bukkit.event.player.PlayerKickEvent event)
     
    void
    onAnvilEvent(org.bukkit.event.inventory.InventoryClickEvent e)
     
    void
    playerLeave(org.bukkit.event.player.PlayerEvent event)
     
    void
    purchase(org.bukkit.event.inventory.InventoryClickEvent event)
     
    void
    quit(org.bukkit.event.player.PlayerQuitEvent event)
     

    Methods inherited from class java.lang.Object

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

    • InventoryListener

      public InventoryListener(Genesis plugin)
  • Method Details

    • init

      public void init(int clickDelay, int clickspamDelay, int clickspamWarnings, int clickSpamForgetTime)
    • closeShop

      public void closeShop(org.bukkit.event.inventory.InventoryCloseEvent e)
    • purchase

      public void purchase(org.bukkit.event.inventory.InventoryClickEvent event)
    • drag

      public void drag(org.bukkit.event.inventory.InventoryDragEvent event)
    • quit

      public void quit(org.bukkit.event.player.PlayerQuitEvent event)
    • kick

      public void kick(org.bukkit.event.player.PlayerKickEvent event)
    • playerLeave

      public void playerLeave(org.bukkit.event.player.PlayerEvent event)
    • onAnvilEvent

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