Class PlayerQuit


  • public final class PlayerQuit
    extends BasePlayer
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.bukkit.event.Event

        org.bukkit.event.Event.Result
    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerQuit​(org.bukkit.entity.Player player)
      PlayerQuit This event is called when a player quit the game
    • Method Summary

      • Methods inherited from class org.bukkit.event.Event

        callEvent, getEventName, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlayerQuit

        public PlayerQuit​(org.bukkit.entity.Player player)
        PlayerQuit This event is called when a player quit the game
        Parameters:
        player - The player that left the server