Class GeyserVelocityPingPassthrough
java.lang.Object
org.geysermc.geyser.platform.velocity.GeyserVelocityPingPassthrough
- All Implemented Interfaces:
org.geysermc.geyser.ping.IGeyserPingPassthrough
public class GeyserVelocityPingPassthrough
extends Object
implements org.geysermc.geyser.ping.IGeyserPingPassthrough
-
Constructor Summary
ConstructorsConstructorDescriptionGeyserVelocityPingPassthrough(com.velocitypowered.api.proxy.ProxyServer server) -
Method Summary
Modifier and TypeMethodDescriptionorg.geysermc.geyser.ping.GeyserPingInfogetPingInformation(InetSocketAddress inetSocketAddress)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.geyser.ping.IGeyserPingPassthrough
getPingInformation
-
Constructor Details
-
GeyserVelocityPingPassthrough
public GeyserVelocityPingPassthrough(com.velocitypowered.api.proxy.ProxyServer server)
-
-
Method Details
-
getPingInformation
public org.geysermc.geyser.ping.GeyserPingInfo getPingInformation(InetSocketAddress inetSocketAddress)- Specified by:
getPingInformationin interfaceorg.geysermc.geyser.ping.IGeyserPingPassthrough
-