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 official fwy$a
intermediary net/minecraft/class_1134$class_1135
named net/minecraft/client/network/LanServerQueryManager$LanServerDetector
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
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, 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 a
Lfwy$a;a:Lfwy$b;
intermediary field_5533
Lnet/minecraft/class_1134$class_1135;field_5533:Lnet/minecraft/class_1134$class_1136;
named entryList
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;entryList:Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;
-
multicastAddress
- Mappings:
Namespace Name Mixin selector official b
Lfwy$a;b:Ljava/net/InetAddress;
intermediary field_5534
Lnet/minecraft/class_1134$class_1135;field_5534:Ljava/net/InetAddress;
named multicastAddress
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;multicastAddress:Ljava/net/InetAddress;
-
socket
- Mappings:
Namespace Name Mixin selector official c
Lfwy$a;c:Ljava/net/MulticastSocket;
intermediary field_5535
Lnet/minecraft/class_1134$class_1135;field_5535:Ljava/net/MulticastSocket;
named socket
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;socket:Ljava/net/MulticastSocket;
-
-
Constructor Details
-
LanServerDetector
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official <init>
Lfwy$a;<init>(Lfwy$b;)V
intermediary <init>
Lnet/minecraft/class_1134$class_1135;<init>(Lnet/minecraft/class_1134$class_1136;)V
named <init>
Lnet/minecraft/client/network/LanServerQueryManager$LanServerDetector;<init>(Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;)V
-
-
Method Details