Interface LoginListener

All Known Implementing Classes:
ArcheryRange, DeathmatchArea, FixNegativeHp, GagManager, GroupManager, Jail, MeetSanta, NoLoginAreaBehaviour, ReadAchievementsOnLogin, ReadPostmanMessages, ReverseArrow, TrainingArea, TutorialRunner, UpdatePendingAchievementsOnLogin, WizardBank

public interface LoginListener
Implementing classes can be notified that a player has logged in. After registering at the LoginNotifier, the LoginNotifier will notify it about each player who logs in. It is the responsibility of the LoginListener to determine which players are of interest for it, and to store this information persistently.
Author:
daniel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLoggedIn​(Player player)
    Is called after a player logged into the game.
  • Method Details

    • onLoggedIn

      void onLoggedIn(Player player)
      Is called after a player logged into the game.
      Parameters:
      player - the player who has logged in