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 Details

    • GeyserPaperPingPassthrough

      public GeyserPaperPingPassthrough(GeyserSpigotLogger logger)
  • Method Details

    • getPingInformation

      public @Nullable org.geysermc.geyser.ping.GeyserPingInfo getPingInformation(InetSocketAddress inetSocketAddress)
      Specified by:
      getPingInformation in interface org.geysermc.geyser.ping.IGeyserPingPassthrough