Package org.geysermc.floodgate.listener
Class VelocityListener
- java.lang.Object
-
- org.geysermc.floodgate.listener.VelocityListener
-
public final class VelocityListener extends Object
-
-
Constructor Summary
Constructors Constructor Description VelocityListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event)voidonGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event, com.velocitypowered.api.event.Continuation continuation)voidonLogin(com.velocitypowered.api.event.connection.LoginEvent event)voidonPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event)
-
-
-
Method Detail
-
onPreLogin
public void onPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event)
-
onGameProfileRequest
public void onGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event, com.velocitypowered.api.event.Continuation continuation)
-
onLogin
public void onLogin(com.velocitypowered.api.event.connection.LoginEvent event)
-
onDisconnect
public void onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event)
-
-