Class SessionLoginEvent
java.lang.Object
com.nickuc.login.api.event.velocity.auth.SessionLoginEvent
- All Implemented Interfaces:
EventWithPlayer
Event triggered when a player finishes authentication automatically via a session.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.velocitypowered.api.proxy.Player
Returns the player instance.
-
Constructor Details
-
SessionLoginEvent
public SessionLoginEvent(com.velocitypowered.api.proxy.Player player)
-
-
Method Details
-
getPlayer
public com.velocitypowered.api.proxy.Player getPlayer()Returns the player instance.- Specified by:
getPlayer
in interfaceEventWithPlayer
-