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
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate static final intprotected final Stringprotected booleanprotected Threadprivate static final AtomicInteger - 
Constructor Summary
Constructors - 
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() 
 -