Class CoreProtectListener
java.lang.Object
dev.cwhead.GravesX.listener.integration.coreprotect.CoreProtectListener
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionCoreProtectListener(Graves plugin) Deprecated.Unmaintained greedware plugin. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Unmaintained greedware plugin.voidDeprecated.Unmaintained greedware plugin.voidDeprecated.Unmaintained greedware plugin.voidDeprecated.Unmaintained greedware plugin.voidDeprecated.Unmaintained greedware plugin.voidDeprecated.Unmaintained greedware plugin.
-
Constructor Details
-
CoreProtectListener
Deprecated.Unmaintained greedware plugin. Constructs a newCoreProtectListener.- Parameters:
plugin- theGravesplugin instance
-
-
Method Details
-
onGraveBreak
Deprecated.Unmaintained greedware plugin. Logs removal data to CoreProtect when a grave is broken.- Parameters:
e- theGraveBreakEventevent
-
onGraveAutoLoot
Deprecated.Unmaintained greedware plugin. Logs interaction and removal data to CoreProtect when a grave is auto-looted.- Parameters:
e- theGraveAutoLootEventevent
-
onGraveBlockPlace
Deprecated.Unmaintained greedware plugin. Logs placement data to CoreProtect when a grave block is placed.- Parameters:
e- theGraveBlockPlaceEventevent
-
onGraveClose
Deprecated.Unmaintained greedware plugin. Logs interaction data to CoreProtect when a grave is closed.- Parameters:
e- theGraveCloseEventevent
-
onGraveOpen
Deprecated.Unmaintained greedware plugin. Logs interaction data to CoreProtect when a grave is opened.- Parameters:
e- theGraveCloseEventevent
-
onGraveExplode
Deprecated.Unmaintained greedware plugin. Logs removal data to CoreProtect when a grave explodes.- Parameters:
e- theGraveExplodeEventevent
-