Package net.md_5.bungee.api.event
Class PostLoginEvent
Event called as soon as a connection has a
ProxiedPlayer and is ready
to be connected to a server.-
Constructor Summary
ConstructorsConstructorDescriptionPostLoginEvent(ProxiedPlayer player, ServerInfo target, Callback<PostLoginEvent> done) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe player involved with this event.The server to which the player will initially be connected.inthashCode()voidsetTarget(ServerInfo target) The server to which the player will initially be connected.toString()Methods inherited from class net.md_5.bungee.api.event.AsyncEvent
completeIntent, postCall, registerIntent
-
Constructor Details
-
PostLoginEvent
-
-
Method Details
-
getPlayer
The player involved with this event. -
getTarget
The server to which the player will initially be connected. -
setTarget
The server to which the player will initially be connected. -
toString
- Overrides:
toStringin classAsyncEvent<PostLoginEvent>
-
equals
- Overrides:
equalsin classAsyncEvent<PostLoginEvent>
-
canEqual
- Overrides:
canEqualin classAsyncEvent<PostLoginEvent>
-
hashCode
public int hashCode()- Overrides:
hashCodein classAsyncEvent<PostLoginEvent>
-