Class PlayerInteractEventListener

java.lang.Object
org.reprogle.honeypot.common.events.PlayerInteractEventListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class PlayerInteractEventListener extends Object implements org.bukkit.event.Listener
  • Method Details

    • playerInteractEvent

      public static void playerInteractEvent(org.bukkit.event.player.PlayerInteractEvent event)
    • debugInteractEvent

      public static void debugInteractEvent(org.bukkit.event.player.PlayerInteractEvent event)
      This method is specifically for handling the debug functionality of Honeypot
      Parameters:
      event - The event data being passed by the event handler