Class EquipListener

java.lang.Object
me.deecaad.core.events.triggers.EquipListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class EquipListener extends Object implements org.bukkit.event.Listener
This class triggers the EntityEquipmentEvent. This event occurs when an EntityEquipment is changed.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EquipListener
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inject(org.bukkit.entity.Player player)
     
    void
    onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
     
    void
    onDrop(org.bukkit.event.player.PlayerDropItemEvent event)
     
    void
    onInventoryDrop(org.bukkit.event.inventory.InventoryClickEvent event)
     
    void
    onJoin(org.bukkit.event.player.PlayerJoinEvent event)
     
    void
    onPlace(org.bukkit.event.block.BlockPlaceEvent event)
     
    void
    onSwap(org.bukkit.event.player.PlayerItemHeldEvent e)
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • onJoin

      public void onJoin(org.bukkit.event.player.PlayerJoinEvent event)
    • onSwap

      public void onSwap(org.bukkit.event.player.PlayerItemHeldEvent e)
    • onCommand

      public void onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
    • onInventoryDrop

      public void onInventoryDrop(org.bukkit.event.inventory.InventoryClickEvent event)
    • onDrop

      public void onDrop(org.bukkit.event.player.PlayerDropItemEvent event)
    • onPlace

      public void onPlace(org.bukkit.event.block.BlockPlaceEvent event)
    • inject

      public void inject(org.bukkit.entity.Player player)