Class GeyserPingInfo

java.lang.Object
org.geysermc.geyser.ping.GeyserPingInfo

public class GeyserPingInfo extends Object
The structure of this class and its nested classes are specifically designed for the format received by GeyserLegacyPingPassthrough.
  • Constructor Details

    • GeyserPingInfo

      public GeyserPingInfo()
    • GeyserPingInfo

      public GeyserPingInfo(@Nullable String description, GeyserPingInfo.Players players)
    • GeyserPingInfo

      public GeyserPingInfo(@Nullable String description, int maxPlayers, int onlinePlayers)
  • Method Details