Class WeaponListeners

java.lang.Object
me.deecaad.weaponmechanics.listeners.WeaponListeners
All Implemented Interfaces:
org.bukkit.event.Listener

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    click(org.bukkit.event.inventory.InventoryClickEvent e)
     
    void
    death(org.bukkit.event.entity.EntityDeathEvent e)
     
    void
    equip(me.deecaad.core.events.EntityEquipmentEvent e)
     
    void
    itemHeld(org.bukkit.event.player.PlayerItemHeldEvent e)
     
    void
    quit(org.bukkit.event.player.PlayerQuitEvent e)
     
    void
    swapHandItems(org.bukkit.event.player.PlayerSwapHandItemsEvent e)
     
    void
    unload(org.bukkit.event.world.ChunkUnloadEvent e)
     

    Methods inherited from class java.lang.Object

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

    • WeaponListeners

      public WeaponListeners(WeaponHandler weaponHandler)
  • Method Details

    • equip

      public void equip(me.deecaad.core.events.EntityEquipmentEvent e)
    • itemHeld

      public void itemHeld(org.bukkit.event.player.PlayerItemHeldEvent e)
    • death

      public void death(org.bukkit.event.entity.EntityDeathEvent e)
    • quit

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

      public void unload(org.bukkit.event.world.ChunkUnloadEvent e)
    • click

      public void click(org.bukkit.event.inventory.InventoryClickEvent e)
    • swapHandItems

      public void swapHandItems(org.bukkit.event.player.PlayerSwapHandItemsEvent e)