Class GeyserVelocityInjector

java.lang.Object
org.geysermc.geyser.network.netty.GeyserInjector
org.geysermc.geyser.platform.velocity.GeyserVelocityInjector

public class GeyserVelocityInjector extends org.geysermc.geyser.network.netty.GeyserInjector
  • Field Summary

    Fields inherited from class org.geysermc.geyser.network.netty.GeyserInjector

    localChannel, serverSocketAddress
  • Constructor Summary

    Constructors
    Constructor
    Description
    GeyserVelocityInjector(com.velocitypowered.api.proxy.ProxyServer proxy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    initializeLocalChannel0(org.geysermc.geyser.GeyserBootstrap bootstrap)
     

    Methods inherited from class org.geysermc.geyser.network.netty.GeyserInjector

    getServerSocketAddress, initializeLocalChannel, shutdown

    Methods inherited from class java.lang.Object

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

    • GeyserVelocityInjector

      public GeyserVelocityInjector(com.velocitypowered.api.proxy.ProxyServer proxy)
  • Method Details

    • initializeLocalChannel0

      protected void initializeLocalChannel0(org.geysermc.geyser.GeyserBootstrap bootstrap) throws Exception
      Specified by:
      initializeLocalChannel0 in class org.geysermc.geyser.network.netty.GeyserInjector
      Throws:
      Exception