Class PostLoginEvent
- java.lang.Object
-
- com.velocitypowered.api.event.player.PostLoginEvent
-
public final class PostLoginEvent extends java.lang.Object
This event is fired once the player has been fully initialized and is about to connect to their first server.
-
-
Constructor Summary
Constructors Constructor Description PostLoginEvent(Player player)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Player
getPlayer()
java.lang.String
toString()
-