| Package | Description |
|---|---|
| net.md_5.bungee.api | |
| net.md_5.bungee.api.connection | |
| net.md_5.bungee.api.event |
| Modifier and Type | Method and Description |
|---|---|
static ServerInfo |
AbstractReconnectHandler.getForcedHost(PendingConnection con) |
| Modifier and Type | Method and Description |
|---|---|
PendingConnection |
ProxiedPlayer.getPendingConnection()
Get the pending connection that belongs to this player.
|
| Modifier and Type | Method and Description |
|---|---|
PendingConnection |
PreLoginEvent.getConnection()
Connection attempting to login.
|
PendingConnection |
ProxyPingEvent.getConnection()
The connection asking for a ping response.
|
PendingConnection |
LoginEvent.getConnection()
Connection attempting to login.
|
PendingConnection |
PlayerHandshakeEvent.getConnection()
Connection attempting to login.
|
| Constructor and Description |
|---|
LoginEvent(PendingConnection connection,
Callback<LoginEvent> done) |
LoginEvent(PendingConnection connection,
Callback<LoginEvent> done,
LoginResult loginResult) |
PlayerHandshakeEvent(PendingConnection connection,
Handshake handshake) |
PreLoginEvent(PendingConnection connection,
Callback<PreLoginEvent> done) |
ProxyPingEvent(PendingConnection connection,
ServerPing response,
Callback<ProxyPingEvent> done) |
Copyright © 2015–2020 WaterfallMC. All rights reserved.