Package org.geysermc.geyser.ping
Class GeyserPingInfo
java.lang.Object
org.geysermc.geyser.ping.GeyserPingInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorDescriptionGeyserPingInfo(String description, GeyserPingInfo.Players players, GeyserPingInfo.Version version)
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setPlayerList(Collection<String> playerList)
void
setPlayers(GeyserPingInfo.Players players)
void
setVersion(GeyserPingInfo.Version version)
toString()
-
Constructor Details
-
GeyserPingInfo
public GeyserPingInfo() -
GeyserPingInfo
public GeyserPingInfo(String description, GeyserPingInfo.Players players, GeyserPingInfo.Version version)
-
-
Method Details