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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeLocalChannel0(org.geysermc.geyser.GeyserBootstrap bootstrap)voidshutdown()Methods inherited from class org.geysermc.geyser.network.netty.GeyserInjector
getServerSocketAddress, initializeLocalChannel
-
Constructor Details
-
GeyserSpigotInjector
public GeyserSpigotInjector(boolean isViaVersion)
-
-
Method Details
-
initializeLocalChannel0
protected void initializeLocalChannel0(org.geysermc.geyser.GeyserBootstrap bootstrap) throws Exception- Specified by:
initializeLocalChannel0in classorg.geysermc.geyser.network.netty.GeyserInjector- Throws:
Exception
-
shutdown
public void shutdown()- Overrides:
shutdownin classorg.geysermc.geyser.network.netty.GeyserInjector
-