Class GeyserSpigotInjector
java.lang.Object
org.geysermc.geyser.network.netty.GeyserInjector
org.geysermc.geyser.platform.spigot.GeyserSpigotInjector
-
Field Summary
Fields inherited from class org.geysermc.geyser.network.netty.GeyserInjector
localChannel, serverSocketAddress -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeLocalChannel0(GeyserBootstrap bootstrap)The method to implement that is called byGeyserInjector.initializeLocalChannel(GeyserBootstrap)wrapped around a try/catch.voidshutdown()Methods inherited from class org.geysermc.geyser.network.netty.GeyserInjector
getServerSocketAddress, initializeLocalChannel
-
Constructor Details
-
GeyserSpigotInjector
public GeyserSpigotInjector(boolean isViaVersion)
-
-
Method Details
-
initializeLocalChannel0
Description copied from class:GeyserInjectorThe method to implement that is called byGeyserInjector.initializeLocalChannel(GeyserBootstrap)wrapped around a try/catch.- Specified by:
initializeLocalChannel0in classGeyserInjector- Throws:
Exception
-
shutdown
public void shutdown()- Overrides:
shutdownin classGeyserInjector
-