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 ewu$aintermediary net/minecraft/class_1134$class_1135named 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 entryList) -
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 aLewu$a;a:Lewu$b;intermediary field_5533Lnet/minecraft/class_1134$class_1135;field_5533:Lnet/minecraft/class_1134$class_1136;named entryListLnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;entryList:Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;
-
multicastAddress
- Mappings:
Namespace Name Mixin selector official bLewu$a;b:Ljava/net/InetAddress;intermediary field_5534Lnet/minecraft/class_1134$class_1135;field_5534:Ljava/net/InetAddress;named multicastAddressLnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;multicastAddress:Ljava/net/InetAddress;
-
socket
- Mappings:
Namespace Name Mixin selector official cLewu$a;c:Ljava/net/MulticastSocket;intermediary field_5535Lnet/minecraft/class_1134$class_1135;field_5535:Ljava/net/MulticastSocket;named socketLnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;socket:Ljava/net/MulticastSocket;
-
-
Constructor Details
-
LanServerDetector
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official <init>Lewu$a;<init>(Lewu$b;)Vintermediary <init>Lnet/minecraft/class_1134$class_1135;<init>(Lnet/minecraft/class_1134$class_1136;)Vnamed <init>Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;<init>(Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;)V
-
-
Method Details
-
run
public void run()
-