public final class VelocityListener extends Object
| Constructor and Description |
|---|
VelocityListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event) |
void |
onGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event) |
void |
onLogin(com.velocitypowered.api.event.connection.LoginEvent event) |
void |
onPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event) |
public void onPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event)
public void onGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event)
public void onLogin(com.velocitypowered.api.event.connection.LoginEvent event)
public void onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event)