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.AsyncEvent<PostLoginEvent>
- 
- net.md_5.bungee.api.event.PostLoginEvent
 
 
 
- 
 public class PostLoginEvent extends AsyncEvent<PostLoginEvent> Event called as soon as a connection has aProxiedPlayerand is ready to be connected to a server.
- 
- 
Constructor SummaryConstructors Constructor Description PostLoginEvent(ProxiedPlayer player, ServerInfo target, Callback<PostLoginEvent> done)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ProxiedPlayergetPlayer()The player involved with this event.ServerInfogetTarget()The server to which the player will initially be connected.inthashCode()voidsetTarget(ServerInfo target)The server to which the player will initially be connected.StringtoString()- 
Methods inherited from class net.md_5.bungee.api.event.AsyncEventcompleteIntent, postCall, registerIntent
 
- 
 
- 
- 
- 
Constructor Detail- 
PostLoginEventpublic PostLoginEvent(ProxiedPlayer player, ServerInfo target, Callback<PostLoginEvent> done) 
 
- 
 - 
Method Detail- 
getPlayerpublic ProxiedPlayer getPlayer() The player involved with this event.
 - 
getTargetpublic ServerInfo getTarget() The server to which the player will initially be connected.
 - 
setTargetpublic void setTarget(ServerInfo target) The server to which the player will initially be connected.
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AsyncEvent<PostLoginEvent>
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- AsyncEvent<PostLoginEvent>
 
 - 
canEqualprotected boolean canEqual(Object other) - Overrides:
- canEqualin class- AsyncEvent<PostLoginEvent>
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AsyncEvent<PostLoginEvent>
 
 
- 
 
-