Class GeyserVelocityInjector
java.lang.Object
org.geysermc.geyser.network.netty.GeyserInjector
org.geysermc.geyser.platform.velocity.GeyserVelocityInjector
-
Field Summary
Fields inherited from class org.geysermc.geyser.network.netty.GeyserInjector
localChannel, serverSocketAddress
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
initializeLocalChannel0(GeyserBootstrap bootstrap)
The method to implement that is called byGeyserInjector.initializeLocalChannel(GeyserBootstrap)
wrapped around a try/catch.Methods inherited from class org.geysermc.geyser.network.netty.GeyserInjector
getServerSocketAddress, initializeLocalChannel, shutdown
-
Constructor Details
-
GeyserVelocityInjector
public GeyserVelocityInjector(com.velocitypowered.api.proxy.ProxyServer proxy)
-
-
Method Details
-
initializeLocalChannel0
Description copied from class:GeyserInjector
The method to implement that is called byGeyserInjector.initializeLocalChannel(GeyserBootstrap)
wrapped around a try/catch.- Specified by:
initializeLocalChannel0
in classGeyserInjector
- Throws:
Exception
-