Package net.minecraft.client.network
Class MultiplayerServerListPinger
java.lang.Object
net.minecraft.client.network.MultiplayerServerListPinger
@Environment(CLIENT) public class MultiplayerServerListPinger extends Object
-
Field Summary
Fields Modifier and Type Field Description private List<ClientConnection>clientConnectionsprivate static LoggerLOGGERprivate static SplitterZERO_SPLITTER -
Constructor Summary
Constructors Constructor Description MultiplayerServerListPinger() -
Method Summary
Modifier and Type Method Description voidadd(ServerInfo entry, Runnable runnable)voidcancel()private static Textmethod_27647(int int2, int int3)private voidping(ServerInfo serverInfo)voidtick()
-
Field Details
-
ZERO_SPLITTER
-
LOGGER
-
clientConnections
-
-
Constructor Details
-
MultiplayerServerListPinger
public MultiplayerServerListPinger()
-
-
Method Details
-
add
- Throws:
UnknownHostException
-
ping
-
method_27647
-
tick
public void tick() -
cancel
public void cancel()
-