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 SummaryFieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate static final intprotected final Stringprotected booleanprotected Threadprivate static final AtomicInteger
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
UNIQUE_THREAD_ID
- 
MAX_STOP_WAITprivate static final int MAX_STOP_WAIT- See Also:
 
- 
runningprotected volatile boolean running
- 
name
- 
thread
 
- 
- 
Constructor Details- 
GenericThread
 
- 
- 
Method Details- 
startpublic boolean start()
- 
stoppublic void stop()
- 
isRunningpublic boolean isRunning()
 
-