Package org.geysermc.geyser.ping
Class GeyserPingInfo
java.lang.Object
org.geysermc.geyser.ping.GeyserPingInfo
The structure of this class and its nested classes are specifically
designed for the format received by
GeyserLegacyPingPassthrough.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGeyserPingInfo(@Nullable String description, int maxPlayers, int onlinePlayers) GeyserPingInfo(@Nullable String description, GeyserPingInfo.Players players) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@Nullable StringinthashCode()voidsetPlayers(GeyserPingInfo.Players players) toString()
-
Constructor Details
-
GeyserPingInfo
public GeyserPingInfo() -
GeyserPingInfo
-
GeyserPingInfo
-
-
Method Details