Package net.md_5.bungee.api.event
Class PostLoginEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- net.md_5.bungee.api.event.PostLoginEvent
-
public class PostLoginEvent extends Event
Event called as soon as a connection has aProxiedPlayer
and is ready to be connected to a server.
-
-
Constructor Summary
Constructors Constructor Description PostLoginEvent(ProxiedPlayer player)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
ProxiedPlayer
getPlayer()
The player involved with this event.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
PostLoginEvent
public PostLoginEvent(ProxiedPlayer player)
-
-
Method Detail
-
getPlayer
public ProxiedPlayer getPlayer()
The player involved with this event.
-
canEqual
protected boolean canEqual(Object other)
-
-