Class CoreProtectListener

java.lang.Object
dev.cwhead.GravesX.listener.integration.coreprotect.CoreProtectListener
All Implemented Interfaces:
org.bukkit.event.Listener

@Deprecated public class CoreProtectListener extends Object implements org.bukkit.event.Listener
Deprecated.
Unmaintained greedware plugin. Listens for events related to graves and logs interactions with CoreProtect. This listener integrates with CoreProtect to log removal and placement of blocks, as well as container transactions when graves are interacted with or affected by events.
  • Constructor Details

    • CoreProtectListener

      @Deprecated public CoreProtectListener(Graves plugin)
      Deprecated.
      Unmaintained greedware plugin. Constructs a new CoreProtectListener.
      Parameters:
      plugin - the Graves plugin instance
  • Method Details

    • onGraveBreak

      @Deprecated public void onGraveBreak(GraveBreakEvent e)
      Deprecated.
      Unmaintained greedware plugin. Logs removal data to CoreProtect when a grave is broken.
      Parameters:
      e - the GraveBreakEvent event
    • onGraveAutoLoot

      @Deprecated public void onGraveAutoLoot(GraveAutoLootEvent e)
      Deprecated.
      Unmaintained greedware plugin. Logs interaction and removal data to CoreProtect when a grave is auto-looted.
      Parameters:
      e - the GraveAutoLootEvent event
    • onGraveBlockPlace

      @Deprecated public void onGraveBlockPlace(GraveBlockPlaceEvent e)
      Deprecated.
      Unmaintained greedware plugin. Logs placement data to CoreProtect when a grave block is placed.
      Parameters:
      e - the GraveBlockPlaceEvent event
    • onGraveClose

      @Deprecated public void onGraveClose(GraveCloseEvent e)
      Deprecated.
      Unmaintained greedware plugin. Logs interaction data to CoreProtect when a grave is closed.
      Parameters:
      e - the GraveCloseEvent event
    • onGraveOpen

      @Deprecated public void onGraveOpen(GraveCloseEvent e)
      Deprecated.
      Unmaintained greedware plugin. Logs interaction data to CoreProtect when a grave is opened.
      Parameters:
      e - the GraveCloseEvent event
    • onGraveExplode

      @Deprecated public void onGraveExplode(GraveExplodeEvent e)
      Deprecated.
      Unmaintained greedware plugin. Logs removal data to CoreProtect when a grave explodes.
      Parameters:
      e - the GraveExplodeEvent event