Class SessionLoginEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
com.nickuc.login.api.event.internal.bungee.BungeeEvent
com.nickuc.login.api.event.bungee.auth.SessionLoginEvent
All Implemented Interfaces:
EventWithPlayer

public class SessionLoginEvent extends BungeeEvent implements EventWithPlayer
Event triggered when a player finishes authentication automatically via a session.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SessionLoginEvent(net.md_5.bungee.api.connection.ProxiedPlayer player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.md_5.bungee.api.connection.ProxiedPlayer
    Returns the player instance.

    Methods inherited from class net.md_5.bungee.api.plugin.Event

    callEvent, postCall

    Methods inherited from class java.lang.Object

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

    • SessionLoginEvent

      public SessionLoginEvent(net.md_5.bungee.api.connection.ProxiedPlayer player)
  • Method Details

    • getPlayer

      public net.md_5.bungee.api.connection.ProxiedPlayer getPlayer()
      Returns the player instance.
      Specified by:
      getPlayer in interface EventWithPlayer