Package org.geysermc.geyser.ping
Class GeyserPingInfo
java.lang.Object
org.geysermc.geyser.ping.GeyserPingInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionGeyserPingInfo(String description, GeyserPingInfo.Players players, GeyserPingInfo.Version version) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetPlayerList(Collection<String> playerList)voidsetPlayers(GeyserPingInfo.Players players)voidsetVersion(GeyserPingInfo.Version version)toString()
-
Constructor Details
-
GeyserPingInfo
public GeyserPingInfo() -
GeyserPingInfo
public GeyserPingInfo(String description, GeyserPingInfo.Players players, GeyserPingInfo.Version version)
-
-
Method Details