public class VelocityPlugin extends Object
| Constructor and Description |
|---|
VelocityPlugin(com.velocitypowered.api.proxy.ProxyServer server,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
initReflection() |
void |
onConnectionHandshake(com.velocitypowered.api.event.connection.ConnectionHandshakeEvent event) |
void |
onGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event) |
void |
onPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event) |
void |
onProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) |
@Inject
public VelocityPlugin(com.velocitypowered.api.proxy.ProxyServer server,
Logger logger)
public void onProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event)
public void onConnectionHandshake(com.velocitypowered.api.event.connection.ConnectionHandshakeEvent event)
public void onPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event)
public void onGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event)
public void initReflection()
Copyright © 2020 GeyserMC. All rights reserved.