Class PlayerEvent.PlayerLoggedInEvent

Enclosing class:
PlayerEvent

public static class PlayerEvent.PlayerLoggedInEvent extends PlayerEvent
Fired when the player is placed into the server via PlayerList.placeNewPlayer(Connection, ServerPlayer, CommonListenerCookie)

This event is not cancellable, and is fired on the game event bus.

  • Constructor Details

    • PlayerLoggedInEvent

      public PlayerLoggedInEvent(Player player)