Package dev.majek.pc.mechanic
Class PlayerQuit
- java.lang.Object
-
- dev.majek.pc.mechanic.Mechanic
-
- dev.majek.pc.mechanic.PlayerQuit
-
- All Implemented Interfaces:
org.bukkit.event.Listener
public class PlayerQuit extends Mechanic
Handles the player quit event.
-
-
Constructor Summary
Constructors Constructor Description PlayerQuit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event)
-
Methods inherited from class dev.majek.pc.mechanic.Mechanic
onPlayerJoin, onPlayerQuit, onShutdown, onStartup
-
-