@Environment(value=CLIENT) public class MultiplayerServerListPinger extends Object
Modifier and Type | Field and Description |
---|---|
private List<ClientConnection> |
clientConnections |
private static Logger |
LOGGER |
private static Splitter |
ZERO_SPLITTER |
Constructor and Description |
---|
MultiplayerServerListPinger() |
Modifier and Type | Method and Description |
---|---|
void |
add(ServerInfo entry,
Runnable runnable) |
void |
cancel() |
private static Text |
method_27647(int int2,
int int3) |
private void |
ping(ServerInfo serverInfo) |
void |
tick() |
private static final Splitter ZERO_SPLITTER
private static final Logger LOGGER
private final List<ClientConnection> clientConnections
public void add(ServerInfo entry, Runnable runnable) throws UnknownHostException
UnknownHostException
private void ping(ServerInfo serverInfo)
private static Text method_27647(int int2, int int3)
public void tick()
public void cancel()