Class VelocityListener

java.lang.Object
org.geysermc.floodgate.velocity.listener.VelocityListener
All Implemented Interfaces:
org.geysermc.floodgate.core.listener.McListener

@Singleton public final class VelocityListener extends Object implements org.geysermc.floodgate.core.listener.McListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event)
     
    void
    onGameProfileRequest(com.velocitypowered.api.event.player.GameProfileRequestEvent event, com.velocitypowered.api.event.Continuation continuation)
     
    void
    onLogin(com.velocitypowered.api.event.connection.PostLoginEvent event)
     
    void
    onPreLogin(com.velocitypowered.api.event.connection.PreLoginEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VelocityListener

      public VelocityListener()
  • Method Details

    • 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.PostLoginEvent event)
    • onDisconnect

      public void onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event)