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
- Mappings:
Namespace Name named net/minecraft/client/network/LanServerQueryManager$LanServerDetector
intermediary net/minecraft/class_1134$class_1135
official gti$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescriptionprivate final LanServerQueryManager.LanServerEntryList
private final InetAddress
private final MulticastSocket
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
-
Method Summary
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, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Field Details
-
entryList
- Mappings:
Namespace Name Mixin selector named entryList
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;entryList:Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;
intermediary field_5533
Lnet/minecraft/class_1134$class_1135;field_5533:Lnet/minecraft/class_1134$class_1136;
official a
Lgti$a;a:Lgti$b;
-
multicastAddress
- Mappings:
Namespace Name Mixin selector named multicastAddress
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;multicastAddress:Ljava/net/InetAddress;
intermediary field_5534
Lnet/minecraft/class_1134$class_1135;field_5534:Ljava/net/InetAddress;
official b
Lgti$a;b:Ljava/net/InetAddress;
-
socket
- Mappings:
Namespace Name Mixin selector named socket
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;socket:Ljava/net/MulticastSocket;
intermediary field_5535
Lnet/minecraft/class_1134$class_1135;field_5535:Ljava/net/MulticastSocket;
official c
Lgti$a;c:Ljava/net/MulticastSocket;
-
-
Constructor Details
-
LanServerDetector
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;<init>(Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;)V
intermediary <init>
Lnet/minecraft/class_1134$class_1135;<init>(Lnet/minecraft/class_1134$class_1136;)V
official <init>
Lgti$a;<init>(Lgti$b;)V
-
-
Method Details