Package net.minecraft.client.network
Class LanServerQueryManager.LanServerDetector
java.lang.Object
java.lang.Thread
net.minecraft.client.network.LanServerQueryManager.LanServerDetector
- All Implemented Interfaces:
Runnable
- Enclosing class:
- LanServerQueryManager
@Environment(CLIENT) public static class LanServerQueryManager.LanServerDetector extends Thread
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields Modifier and Type Field Description private LanServerQueryManager.LanServerEntryListentryListprivate InetAddressmulticastAddressprivate MulticastSocketsocketFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors Constructor Description LanServerDetector(LanServerQueryManager.LanServerEntryList lanServerEntryList) -
Method Summary
Modifier and Type Method Description voidrun()Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
entryList
-
multicastAddress
-
socket
-
-
Constructor Details
-
LanServerDetector
public LanServerDetector(LanServerQueryManager.LanServerEntryList lanServerEntryList) throws IOException- Throws:
IOException
-
-
Method Details