Package net.minecraft.server.rcon.thread
Class GenericThread
java.lang.Object
net.minecraft.server.rcon.thread.GenericThread
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
QueryThreadGs4
,RconClient
,RconThread
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private static final int
protected final String
protected boolean
protected Thread
private static final AtomicInteger
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
UNIQUE_THREAD_ID
-
MAX_STOP_WAIT
private static final int MAX_STOP_WAIT- See Also:
-
running
protected volatile boolean running -
name
-
thread
-
-
Constructor Details
-
GenericThread
-
-
Method Details
-
start
public boolean start() -
stop
public void stop() -
isRunning
public boolean isRunning()
-