Class ModPingPassthrough
java.lang.Object
org.geysermc.geyser.platform.mod.ModPingPassthrough
- All Implemented Interfaces:
org.geysermc.geyser.ping.IGeyserPingPassthrough
public class ModPingPassthrough
extends Object
implements org.geysermc.geyser.ping.IGeyserPingPassthrough
-
Constructor Summary
ConstructorsConstructorDescriptionModPingPassthrough(net.minecraft.server.MinecraftServer server, org.geysermc.geyser.GeyserLogger logger) -
Method Summary
Modifier and TypeMethodDescription@Nullable org.geysermc.geyser.ping.GeyserPingInfogetPingInformation(InetSocketAddress inetSocketAddress)
-
Constructor Details
-
ModPingPassthrough
public ModPingPassthrough(net.minecraft.server.MinecraftServer server, org.geysermc.geyser.GeyserLogger logger)
-
-
Method Details
-
getPingInformation
public @Nullable org.geysermc.geyser.ping.GeyserPingInfo getPingInformation(InetSocketAddress inetSocketAddress) - Specified by:
getPingInformationin interfaceorg.geysermc.geyser.ping.IGeyserPingPassthrough
-