Package net.minecraft.client.network
Class LanServerDetector.LanServerFindThread
- java.lang.Object
-
- java.lang.Thread
-
- net.minecraft.client.network.LanServerDetector.LanServerFindThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- LanServerDetector
public static class LanServerDetector.LanServerFindThread extends java.lang.Thread
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.InetAddress
pingGroup
private LanServerDetector.LanServerList
serverList
private java.net.MulticastSocket
socket
-
Constructor Summary
Constructors Constructor Description LanServerFindThread(LanServerDetector.LanServerList p_i1320_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
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 Detail
-
serverList
private final LanServerDetector.LanServerList serverList
-
pingGroup
private final java.net.InetAddress pingGroup
-
socket
private final java.net.MulticastSocket socket
-
-
Constructor Detail
-
LanServerFindThread
public LanServerFindThread(LanServerDetector.LanServerList p_i1320_1_) throws java.io.IOException
- Throws:
java.io.IOException
-
-