Class GeyserPaperPingPassthrough
java.lang.Object
org.geysermc.geyser.platform.spigot.GeyserPaperPingPassthrough
- All Implemented Interfaces:
org.geysermc.geyser.ping.IGeyserPingPassthrough
public final class GeyserPaperPingPassthrough
extends Object
implements org.geysermc.geyser.ping.IGeyserPingPassthrough
This class is used if possible, so listeners listening for PaperServerListPingEvent exclusively have their changes
applied.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.geysermc.geyser.ping.GeyserPingInfogetPingInformation(InetSocketAddress inetSocketAddress)
-
Constructor Details
-
GeyserPaperPingPassthrough
-
-
Method Details
-
getPingInformation
public @Nullable org.geysermc.geyser.ping.GeyserPingInfo getPingInformation(InetSocketAddress inetSocketAddress)- Specified by:
getPingInformationin interfaceorg.geysermc.geyser.ping.IGeyserPingPassthrough
-