Class PlayerJoin


  • public final class PlayerJoin
    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
      PlayerJoin​(org.bukkit.entity.Player player)
      PlayerJoin This event is called when a player joins 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

      • PlayerJoin

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