Class GeyserSpigotInjector

java.lang.Object
org.geysermc.geyser.network.netty.GeyserInjector
org.geysermc.geyser.platform.spigot.GeyserSpigotInjector

public class GeyserSpigotInjector 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
    GeyserSpigotInjector(boolean isViaVersion)
     
  • Method Summary

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

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

    getServerSocketAddress, initializeLocalChannel

    Methods inherited from class java.lang.Object

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

    • GeyserSpigotInjector

      public GeyserSpigotInjector(boolean isViaVersion)
  • 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
    • shutdown

      public void shutdown()
      Overrides:
      shutdown in class org.geysermc.geyser.network.netty.GeyserInjector