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
- Mappings:
Namespace Name official bpq$bintermediary net/minecraft/class_1317$class_1319named net/minecraft/client/network/LanServerQueryManager$LanServerDetector
-
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
- Mappings:
Namespace Name Mixin selector official aLbpq$b;a:Lbpq$c;intermediary field_5460Lnet/minecraft/class_1317$class_1319;field_5460:Lnet/minecraft/class_1317$class_1320;named entryListLnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;entryList:Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;
-
multicastAddress
- Mappings:
Namespace Name Mixin selector official bLbpq$b;b:Ljava/net/InetAddress;intermediary field_5461Lnet/minecraft/class_1317$class_1319;field_5461:Ljava/net/InetAddress;named multicastAddressLnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;multicastAddress:Ljava/net/InetAddress;
-
socket
- Mappings:
Namespace Name Mixin selector official cLbpq$b;c:Ljava/net/MulticastSocket;intermediary field_5462Lnet/minecraft/class_1317$class_1319;field_5462:Ljava/net/MulticastSocket;named socketLnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;socket:Ljava/net/MulticastSocket;
-
-
Constructor Details
-
LanServerDetector
public LanServerDetector(LanServerQueryManager.LanServerEntryList lanServerEntryList) throws IOException- Throws:
IOException
-
-
Method Details
-
run
public void run()
-